You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/03/01 17:21:45 UTC

[jira] [Commented] (ARTEMIS-1009) Pure Encoding of Messages

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

ASF subversion and git services commented on ARTEMIS-1009:
----------------------------------------------------------

Commit 538876561c6808b89f1bf67086554207e7543e98 in activemq-artemis's branch refs/heads/artemis-1009 from Clebert Suconic
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=5388765 ]

ARTEMIS-1009 Pure Message Encoding.

with this we could send and receive message in their raw format,
without requiring conversions to Core.

- MessageImpl and ServerMessage are removed as part of this
- AMQPMessage and CoreMessage will have the specialized message format for each protocol
- The protocol manager is now responsible to send the message
- The message will provide an encoder for journal and paging


> Pure Encoding of Messages
> -------------------------
>
>                 Key: ARTEMIS-1009
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1009
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>            Reporter: clebert suconic
>
> We should avoid conversions to core when sending AMQP<\->AMQP, OpenWire<\->Openwire...
> Instead we should send messages using the format they came through.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)