Re: How, from within a C++ application, is it possible to 'examine' and 'manage' a broker?

2016-10-25 Thread Gordon Sim
On 25/10/16 15:22, Flores, Paul A. wrote: Hi, As the subject line states: "How, from within a C++ application, is it possible to 'examine' and 'manage' a broker?" It depends which broker you are using. The c++ broker uses a message based management protocol (called QMF). The java broker

Re: How, from within a C++ application, is it possible to 'examine' and 'manage' a broker?

2016-10-25 Thread Chuck Rolke
Here is an example of querying a broker using C++ to implement the QMF protocol. This was posted by Gordon Sim some years ago. - Original Message - > From: "Paul A. Flores" > To: users@qpid.apache.org > Sent: Tuesday, October 25, 2016 10:22:03 AM > Subject: How,

RE: How, from within a C++ application, is it possible to 'examine' and 'manage' a broker?

2016-10-25 Thread Steve Huston
I believe you can gather all that info using QMF messages to the broker. You can probably "translate" the qpid-stat, qpid-tool tools from python into the equivalent C++. > -Original Message- > From: Flores, Paul A. [mailto:paul.a.flo...@saic.com] > Sent: Tuesday, October 25, 2016 10:22