Releases: stefan-m-lenz/HttpQueueServer
Releases · stefan-m-lenz/HttpQueueServer
v1.1.0
Now a clean-up will remove data from incomplete message exchanges. The time until the data of requests can be removed can be specified via the new parameter requestProcessingTimeoutSeconds
in the web.xml
. The details of the configuration are documented in the new "Configuration" section in the README.
v1.0.1
- When serializing a request, filter all restricted HTTP headers that cannot be set in the Java HttpClient of the polling module. (Processing these headers will otherwise generate a warning in the polling module.)
- Add license
v1.0
First version deployed in Mainz