activemq-artemis/artemis-protocols
Howard Gao 6792dcdf27 ARTEMIS-1566 Openwire client can't receive compressed messages
When openwire client uses compressed option to send messages
(jms.useCompression=true) openwire client failed to receive them.
The reason is in OpenwireMessageConverter.toAMQMessage():

1. message.setContent() should be called after setting properties
 (It will cause the compressed content to decompressed before delivering to clients)
2. message.onSend() should not be called here (it should be used
by producers. If used here it changes the internal flags of the
message and cause receive to fail).
2017-12-20 16:00:14 -05:00
..
artemis-amqp-protocol ARTEMIS-1516 - Ensure JNDI via Tomcat Resource works 2017-12-19 09:20:35 -05:00
artemis-hornetq-protocol ARTEMIS-1510 refactor Maven poms 2017-11-13 17:03:35 -05:00
artemis-hqclient-protocol ARTEMIS-1510 refactor Maven poms 2017-11-13 17:03:35 -05:00
artemis-mqtt-protocol [ARTEMIS-1555] Close core consumer on MQTT unsub 2017-12-15 14:48:21 +00:00
artemis-openwire-protocol ARTEMIS-1566 Openwire client can't receive compressed messages 2017-12-20 16:00:14 -05:00
artemis-stomp-protocol ARTEMIS-1364: Enable internal sorting in hawtio web console 2017-11-29 08:52:33 +00:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-11-01 00:38:57 -05:00