Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-4453

[AMQP 1.0 JMS Client] ObjectMessage /w no body improperly converted to an AMQP message.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.18
    • 0.20, 0.21
    • JMS AMQP 0-x
    • None

    Description

      The following test case fails:

      ObjectMessage message = senderSession.createObjectMessage();
      sender.send(message);
      Message msg = receiver.receive(TestConfig.TIMEOUT);
      Assert.assertTrue("The message should be an instance of ObjectMessage.\n", msg instanceof ObjectMessage);

      Attachments

        1. QPID-4453.patch
          1 kB
          Hiram R. Chirino

        Activity

          People

            rgodfrey Robert Godfrey
            chirino Hiram R. Chirino
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: