Re: C++ broker memory leak in federated set-up???

2012-03-12 Thread William Henry
- Original Message - > On 03/09/2012 04:10 PM, Fraser Adams wrote: > > On 09/03/12 14:22, Gordon Sim wrote: > >> > >> Can you (or have you) tracked the queue depth, connection and > >> session > >> stats for the broker exhibiting the problem? Anything you can > >> think of > >> that might

Re: qpid management tools for windows

2012-03-12 Thread Alex O'Ree
If you're using the java build of qpid, you can also use the jConsole or other jmx front ends. You can get most of the statistics from the py scripts from jmx, but not all. Ehm, it would be nice if they provided the same data, ehm. On Mon, Mar 12, 2012 at 1:07 PM, Steve Huston wrote: > Then I be

RE: qpid management tools for windows

2012-03-12 Thread Steve Huston
Then I believe they should work... before getting into how to install them, can you execute them in place? Cd to the source directory and try to run them in place. E.g., python qpid-tool -Steve > -Original Message- > From: Todd Herman [mailto:t...@apx-labs.com] > Sent: Monday, March 12, 2

RE: How to receive specific response

2012-03-12 Thread Todd Herman
The whole filtering thing is what I am trying to figure out. I just can't add or alter the queues in anyway because I have no authority to do so. I will have to experiment a little. Thanks. Todd -Original Message- From: Steve Huston [mailto:shus...@riverace.com] Sent: Monday, March

RE: qpid management tools for windows

2012-03-12 Thread Todd Herman
I think I have the entire source tree. As far as I know I do. -Original Message- From: Steve Huston [mailto:shus...@riverace.com] Sent: Monday, March 12, 2012 11:20 AM To: users@qpid.apache.org Subject: RE: qpid management tools for windows Right, it's a pain unless you have the whole s

Re: qpid management tools for windows

2012-03-12 Thread Gordon Sim
On 03/12/2012 03:19 PM, Steve Huston wrote: Right, it's a pain unless you have the whole source tree checked out. The tools depend on having the amqp spec files available. I'd like to get this worked out for the next installer. Do you have the whole qpid source tree locally? You shouldn't need

RE: qpid management tools for windows

2012-03-12 Thread Steve Huston
Right, it's a pain unless you have the whole source tree checked out. The tools depend on having the amqp spec files available. I'd like to get this worked out for the next installer. Do you have the whole qpid source tree locally? -Steve > -Original Message- > From: Todd Herman [mailto:

RE: How to receive specific response

2012-03-12 Thread Steve Huston
Hi Todd, I suggest finding a way to filter the messages into queues private to each receiver so you don't need to fetch, examine, release each one. That said, you can qpid::messaging::session::release() a message if you don't want it - the broker will redeliver it. I'm not completely sure if it m

Re: How to receive specific response

2012-03-12 Thread Pavel Moravec
Hi Todd, if you wish to non-destructively read messages in a queue, you can use browse mode, i.e. address string would be something like: "queue-name; {mode:browse}" If your question is extended by ".. and how to consume the message I am interested in (and no other)", then I don't know if it is

FW: How to receive specific response

2012-03-12 Thread Todd Herman
I send this question out earlier but didn't get any response so I figured I would send it again. The main thing I am trying to see is how to read a message from a queue without it being automatically deleted. I have no control over how the queue was created. I need to be able to check all the