Allow compression when explicitly instantiating ActiveMQ messages
-----------------------------------------------------------------
Key: AMQNET-304
URL: https://issues.apache.org/jira/browse/AMQNET-304
Project: ActiveMQ .Net
Issue Type: Improvement
Components: NMS
Environment: Win7
Reporter: Mark Gellings
Assignee: Jim Gomes
Priority: Minor
Fix For: 1.5.0
When using NMS ActiveMQ provider if one explicitly instantiates an
ActiveMQTextMessage you must set the Connection on it explicitly in order for
compression to work. This is because when sending the message the
UseCompression property is set on the Connection and the Connection is null
unless set explicitly.
Generating an ActiveMQTextMessage off of a Session sets the Connection
appropriately. Consider setting the Connection when the producer sends the
message so that compression kicks in if the Connection says to UseCompression,
if one instantiates his own ActiveMQTextMessage instead of creating it through
the Session object.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.