You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ganesh Murthy (JIRA)" <ji...@apache.org> on 2017/02/15 15:32:41 UTC

[jira] [Created] (DISPATCH-633) Creating connectors and addresses returns success codes of two different types.

Ganesh Murthy created DISPATCH-633:
--------------------------------------

             Summary: Creating connectors and addresses returns success codes of two different types.
                 Key: DISPATCH-633
                 URL: https://issues.apache.org/jira/browse/DISPATCH-633
             Project: Qpid Dispatch
          Issue Type: Bug
          Components: Container
    Affects Versions: 0.7.0
            Reporter: Ganesh Murthy
            Assignee: Ganesh Murthy
             Fix For: 0.8.0


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 return consistent int value status codes in both cases 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org