Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-633

Creating connectors and addresses returns success codes of two different types.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.7.0
    • 0.8.0
    • Container
    • None

    Description

      When trying to create a connector in dispatch using Qpid JMS, the returned status code 200 is of type

      Object statusCodeValue = replyMessage.getObjectProperty("statusCode");

      statusCodeValue is instanceof java.lang.Long

      When trying to create an address, the returned code is of type org.apache.qpid.proton.amqp.UnsignedInteger

      The dispatch router must consistently return AMQP int status codes in both cases which will translate to java.lang.Integer on the java side.

      Attachments

        Activity

          People

            gmurthy Ganesh Murthy
            gmurthy Ganesh Murthy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: