You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2011/01/11 17:59:45 UTC

[jira] Assigned: (AMQNET-304) Allow compression when explicitly instantiating ActiveMQ messages

     [ https://issues.apache.org/jira/browse/AMQNET-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish reassigned AMQNET-304:
-----------------------------------

    Assignee: Timothy Bish  (was: Jim Gomes)

> 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: Timothy Bish
>            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.