You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Martyn Taylor (JIRA)" <ji...@apache.org> on 2016/05/24 11:15:12 UTC

[jira] [Created] (ARTEMIS-536) AMQP List messages are decoded properly on outbound

Martyn Taylor created ARTEMIS-536:
-------------------------------------

             Summary: 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)