Description of problem: The process id, parent process id and process name connection properties are not visible through management for AMQP 1.0 connections. Version-Release number of selected component (if applicable): qpid-0.24 How reproducible: 100% Steps to Reproduce: 1. drain --connection-options {protocol:amqp1.0} -f amq.direct 2. qpid-stat -c Actual results: cproc and cpid are both blank for the 1.0 connection Expected results: cproc and cpid are populated correctly Additional info:
Fixed upstream: https://svn.apache.org/r1538753
Verified on RHEL 6.5 i686 qpid-cpp-client-0.22-35.el6.i686 python-qpid-0.22-11.el6.noarch qpid-cpp-server-0.22-35.el6.i686 qpid-qmf-0.22-27.el6.i686 qpid-tools-0.22-8.el6.noarch qpid-cpp-client-devel-0.22-35.el6.i686 qpid-proton-c-0.6-1.el6.i686 python-qpid-qmf-0.22-27.el6.i686 and verified on RHEL 6.5 x86_64 qpid-cpp-server-0.22-35.el6.x86_64 python-qpid-0.22-11.el6.noarch qpid-proton-c-0.6-1.el6.x86_64 qpid-cpp-client-0.22-35.el6.x86_64 qpid-qmf-0.22-27.el6.x86_64 python-qpid-qmf-0.22-27.el6.x86_64 qpid-tools-0.22-8.el6.noarch qpid-cpp-client-devel-0.22-35.el6.x86_64 output of qpid-stat -c when drain is using protocol amqp1.0 is now: Connections connection cproc cpid mech auth connected idle msgIn msgOut ================================================================================================================= qpid.127.0.0.1:5672-127.0.0.1:35836 drain 7979 ANONYMOUS anonymous@QPID 3s 0s 0 0 qpid.[::1]:5672-[::1]:36334 qpid-stat 7981 ANONYMOUS anonymous@QPID 0s 0s 1 0 Both cproc and cpid are present.