SUSE linux packages for qpid-cpp v1.35

2016-10-25 Thread rammohan ganapavarapu
Hi, I am looking for qpid-cpp v1.35 packages for open suse linux, if any one have repo can you please share? Thanks, Ram

Re: [Proton-c] [0.14.0] C++ sending/receiving bytes and map messages

2016-10-25 Thread Alan Conway
On Thu, 2016-10-20 at 12:59 +, Adel Boutros wrote: > Hello, > > > It seems with 0.12.2, we were able to receive a bytes message by > using (msg.body.get(std::string)). However it seems this is no longer > the case on 0.14.0. > > > I was wondering if there is there an example which explain

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

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

2016-10-25 Thread Flores, Paul A.
Hi, As the subject line states: "How, from within a C++ application, is it possible to 'examine' and 'manage' a broker?" The requirements are rather straightforward we would like to be able to answer the following questions.: * How many 'clients' (senders and receivers) are 'connected' to

Re: qpid-cpp-1.35 broker crashed with resource-limit-exceeded

2016-10-25 Thread Gordon Sim
On 24/10/16 22:10, rammohan ganapavarapu wrote: Yes, looks like my system went out of memory and killed qpidd, i have restarted broker with trace log level, lets see if i can reproduce the issue. [45527559.740820] Out of memory: Kill process 8311 (qpidd) score 176 or sacrifice child

Re: connection not free when client crashed

2016-10-25 Thread Jakub Scholz
Do your connections use heartbeat? The heartbeat will make sure that when the client doesn't communicate within two heartbeat intervals, the broker will close the connection. I believe that without the heartbeat, the broker has to rely on the TCP stack which is not always reliable and might behave

connection not free when client crashed

2016-10-25 Thread 634749...@qq.com
hello! I user the C++ broker and C++ client,version 0.34; both the broker and client running on windows ; if the client application crashed, use the qpid-stat -c query connections, I found the connection still exist. if the broker running on linux,it seems not exist this phenomenon; you can