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 2016/07/20 19:19:20 UTC

[jira] [Created] (DISPATCH-450) Class and phase should not be part of the address returned in management responses

Ganesh Murthy created DISPATCH-450:
--------------------------------------

             Summary: Class and phase should not be part of the address returned in management responses
                 Key: DISPATCH-450
                 URL: https://issues.apache.org/jira/browse/DISPATCH-450
             Project: Qpid Dispatch
          Issue Type: Bug
          Components: Container
    Affects Versions: 0.6.0
            Reporter: Ganesh Murthy


The address string returned as a response for some management queries contains a class and phase as part of the address string. For example, when you issue a qdstat -l command, the following entities are returned

{noformat}
Entity(name=709ed0b8-bb43-4a17-a814-27d5de452123-$management, identity=15, type=org.apache.qpid.dispatch.router.link, linkType=endpoint, deliveryCount=1, unsettledCount=0, capacity=250, operStatus=up, linkDir=in, connectionId=4, peer=None, owningAddr=M0$management, undeliveredCount=0, linkName=709ed0b8-bb43-4a17-a814-27d5de452123-$management, adminStatus=enabled)
Entity(name=709ed0b8-bb43-4a17-a814-27d5de452123-82833595-97ff-41be-94fb-424a0d48999d, identity=16, type=org.apache.qpid.dispatch.router.link, linkType=endpoint, deliveryCount=0, unsettledCount=0, capacity=250, operStatus=up, linkDir=out, connectionId=4, peer=None, owningAddr=Ltemp.y5YXZL3NYEH6sxt, undeliveredCount=0, linkName=709ed0b8-bb43-4a17-a814-27d5de452123-82833595-97ff-41be-94fb-424a0d48999d, adminStatus=enabled)
{noformat}

Observe above that owningAddr contains M0 and L (class and phase respectively). The class and the phase must be separate fields and not part of the owningAddr.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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