Clustered brokers don't provide client name and pid in management data.
-----------------------------------------------------------------------
Key: ABDERA-280
URL: https://issues.apache.org/jira/browse/ABDERA-280
Project: Abdera
Issue Type: Bug
Reporter: Alan Conway
Priority: Minor
Description of problem: Clustered brokers don't provide client name and pid in
management data.
Version-Release number of selected component (if applicable): r1060879
How reproducible: 100%
Steps to Reproduce:
1. Run a clustered broker
2. qpid-stat -c
Actual results:
client-addr cproc cpid auth connected idle msgIn msgOut
=========================================================================
127.0.0.1:47879 anonymous 0s 0s 247 0
Note there is nothing under cproc and cpid.
Expected results:
client-addr cproc cpid auth connected idle msgIn msgOut
==============================================================================
127.0.0.1:47842 qpid-stat 11080 anonymous 2s 0s 204 259
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.