[
https://issues.apache.org/jira/browse/ARTEMIS-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15298065#comment-15298065
]
ASF GitHub Bot commented on ARTEMIS-536:
----------------------------------------
GitHub user mtaylor opened a pull request:
https://github.com/apache/activemq-artemis/pull/533
ARTEMIS-536 Fix AMQP List/Sequence decoding
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mtaylor/activemq-artemis AMQPListDecoding
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/533.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #533
----
commit ca95d5463fb461bd347b6042b3a61fb25b617edd
Author: Martyn Taylor <[email protected]>
Date: 2016-05-24T11:17:18Z
ARTEMIS-536 Fix AMQP List/Sequence decoding
----
> AMQP List messages are decoded properly on outbound
> ---------------------------------------------------
>
> Key: ARTEMIS-536
> URL: https://issues.apache.org/jira/browse/ARTEMIS-536
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Martyn Taylor
>
> The AMQP-JMS transformer does not distinguish between amqp:sequence and
> amqp:list types. This can result in decoding of incorrect message body. If
> a list type is sent from a client, the decoder may decode it as a sequence
> type, with a single list element.
> This can result in:
> Client sends [foo, bar]
> Client receives [[foo, bar]]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)