[ 
https://issues.apache.org/jira/browse/QPID-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Ross reassigned QPID-2842:
------------------------------

    Assignee: Ted Ross

> references to other objects in qpid-tool use id that doesn't match anything 
> else
> --------------------------------------------------------------------------------
>
>                 Key: QPID-2842
>                 URL: https://issues.apache.org/jira/browse/QPID-2842
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker, python tools, Qpid Managment Framework
>    Affects Versions: 0.7
>            Reporter: Gordon Sim
>            Assignee: Ted Ross
>            Priority: Critical
>
> E.g. in the following qpid-tool session it is impossible to accurately 
> identify the session for a given subscription:
> qpid: list subscription
> Object Summary:
>     ID   Created   Destroyed  Index
>     =================================================================
>     128  08:07:24  -          0-1447-1-0-13:0-1447-1-0-25:v2TopicHB
>     129  08:07:24  -          0-1447-1-0-13:0-1447-1-0-23:v2TopicUI
>     130  08:07:24  -          0-1447-1-0-13:0-1447-1-0-14:rdest
>     131  08:07:24  -          0-1447-1-0-13:0-1447-1-0-18:tdest
>     138  08:07:37  -          0-1447-1-0-35:0-1447-1-0-36:my-queue
>     127  08:07:24  -          0-1447-1-0-13:0-1447-1-0-21:v2dest
> qpid: show 138
> Object of type: 
> org.apache.qpid.broker:subscription:_data(7cc0ee44-57d4-2ed7-1a4b-3156ed9a4343)
>     Attribute     138
>     =============================
>     sessionRef    0-1447-1-0-35
>     queueRef      0-1447-1-0-36
>     name          u'my-queue'
>     browsing      False
>     acknowledged  True
>     exclusive     False
>     creditMode    u'CREDIT'
>     arguments     {}
>     delivered     0
> The session ref is shown as 0-1447-1-0-35, but this doesn't help me identify 
> the session...
> qpid: list session
> Object Summary:
>     ID   Created   Destroyed  Index
>     ==========================================================================
>     137  08:07:37  -          0-0-1-0-3:7c777430-1622-4ad2-923e-40e7074f1df4
>     126  08:07:24  -          0-0-1-0-3:GRST500.4398.1
> qpid: show 137
> Object of type: 
> org.apache.qpid.broker:session:_data(9a57d0d2-8b17-8c84-4fac-5c9a96c2cf75)
>     Attribute          137
>     ============================================================
>     vhostRef           0-0-1-0-3
>     name               u'7c777430-1622-4ad2-923e-40e7074f1df4'
>     channelId          1
>     connectionRef      0-1447-1-0-34
>     detachedLifespan   0
>     attached           True
>     expireTime         None
>     maxClientRate      None
>     framesOutstanding  0
>     TxnStarts          0
>     TxnCommits         0
>     TxnRejects         0
>     TxnCount           0
>     clientCredit       0
> qpid: show 126
> Object of type: 
> org.apache.qpid.broker:session:_data(9a57d0d2-8b17-8c84-4fac-5c9a96c2cf75)
>     Attribute          126
>     ======================================
>     vhostRef           0-0-1-0-3
>     name               u'GRST500.4398.1'
>     channelId          1
>     connectionRef      0-1447-1-0-12
>     detachedLifespan   0
>     attached           True
>     expireTime         None
>     maxClientRate      None
>     framesOutstanding  0
>     TxnStarts          0
>     TxnCommits         0
>     TxnRejects         0
>     TxnCount           0
>     clientCredit       0
> qpid: 
> ...as neither the list nor the detail view for sessions use the id of that 
> form.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to