Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-123

List message is received as List in List using qpid-cpp client

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • A-MQ 7.0.0.ER7
    • A-MQ 7.0.0.GA
    • None
    • Hide

      1. send a list message with qpid-cpp client to A-MQ7 broker (ie,: ['String'])
      2. receive the list message
      3. the content is received as List with one element that contains the List message sent (ie.: [['String']])

      Show
      1. send a list message with qpid-cpp client to A-MQ7 broker (ie,: ['String'] ) 2. receive the list message 3. the content is received as List with one element that contains the List message sent (ie.: [ ['String'] ])

    Description

      When a list message is sent to and received from the A-MQ7 broker, the received message contains List with one element that is the originally sent List (i.e:: if I send ['String'] in the message content the received massage has [['String']] in its content). Content_type used is 'amqp/list'.

      This is some kind of regression as A-MQ6 and Qpidd brokers do not suffer from that.

      There is a Formatter class that do the output for the QE clients and the List object is obtained by msg.getContentObject().asList() API call. If this call is done on message in the sender code, the list is retrieved as expected ['String'], but when the call is done in receiver code it outputs [['String']].

      I'm not completely sure where the issues lies. When testing with A-MQ6 and Qpidd brokers the List content is received as expected, that implies it shall be A-MQ7 broker issue. On the other hand when the message (sent by qpid-cpp client to A-MQ7) is received with other client (qpid-jms, python-proton) the message is received as expected, that point to client issue. If it's a client library issue please feel free to change component accordingly.

      Attachments

        Issue Links

          Activity

            People

              mtaylor1@redhat.com Martyn Taylor (Inactive)
              pematous Petr Matousek
              Petr Matousek Petr Matousek
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: