You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/12/01 20:37:59 UTC

[jira] [Commented] (QPIDJMS-215) Eliminate the need to copy messages on MessageProducer send

    [ https://issues.apache.org/jira/browse/QPIDJMS-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15713010#comment-15713010 ] 

ASF subversion and git services commented on QPIDJMS-215:
---------------------------------------------------------

Commit aa6266d2f3ea92b69d0f3335ceb58ff8d81a3857 in qpid-jms's branch refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git;h=aa6266d ]

QPIDJMS-215 Copy message on non-completion async sends 

In order to allow reuse of Messages after a JMS 1.1 style send which
sends the message asynchronously the original message needs to be copied
so that the original can be restored to a non-readonly state when send
returns.

> Eliminate the need to copy messages on MessageProducer send
> -----------------------------------------------------------
>
>                 Key: QPIDJMS-215
>                 URL: https://issues.apache.org/jira/browse/QPIDJMS-215
>             Project: Qpid JMS
>          Issue Type: Improvement
>          Components: qpid-jms-client
>    Affects Versions: 0.11.0, 0.11.1
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 0.20.0
>
>
> There is currently a copy created of every outbound message on send, we can eliminate this by making it possible to do the message encoding on send and dispatching the encoded form.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org