Enhance HTTP transport to support wire level Compression using GZip
-------------------------------------------------------------------
Key: AMQ-3566
URL: https://issues.apache.org/jira/browse/AMQ-3566
Project: ActiveMQ
Issue Type: Improvement
Components: Transport
Affects Versions: 5.x
Reporter: Timothy Bish
Assignee: Timothy Bish
Priority: Minor
Fix For: 5.6.0
Provide a means of enabling HTTP compression using GZip for data sent and received over the
HTTP and HTTPS transports. The is separate functionality form the Message level compression
that can be used to compress only the Message body when configuring ActiveMQConnectionFactory.setUseCompression.
The Http transport level compression would be enabled via a URI option such as:
{noformat}
http://localhost:8161?transport.useCompression=true
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|