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

JMS msg.getPropertyNames() method should not return x-amqp-0-10.routing-key

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.10
    • JMS AMQP 0-x
    • None

    Description

      Description of problem:
      JMS msg.getPropertyNames() method should not return x-amqp-0-10.routing-key,
      x-amqp-0-10.routing-key is internal property. It cause exception if loop via
      ProertyName enumeration.

      Code:
      ===
      Enumeration<String> enu = msg.getPropertyNames();
      while (enu.hasMoreElements()) {
      String name = (String) enu.nextElement();
      String value = msg.getStringProperty(name);
      }

      Exception
      =========
      Caused by: javax.jms.MessageFormatException:
      getString("x-amqp-0-10.routing-key") failed as value of type class [B is an array.
      at
      org.apache.qpid.client.message.AMQMessageDelegate_0_10.getStringProperty(AMQMessageDelegate_0_10.java:639)
      at
      org.apache.qpid.client.message.AbstractJMSMessage.getStringProperty(AbstractJMSMessage.java:254)

      Attachments

        Activity

          People

            rajith Rajith Muditha Attapattu
            rajith Rajith Muditha Attapattu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: