Instrumenting the Broker

2013-01-10 Thread Lance D.
Hello all. I’m in the process of building QPID inspection tools for a project I’m working on. Now, I’m looking at the results of the qpid-tool. I see that the connection schema has a bunch of useful info (like remote pid, process, etc). I’ve also found ways to link that info up with the queues

Re: Retrieving specific messages from Last Value Queue

2013-01-10 Thread Pavel Moravec
Hi Rajesh, you are in fact asking for message selectors that work well in Java client but dont exist in C++ client or in broker (https://issues.apache.org/jira/browse/QPID-530). I *think* only Java / JMS client currently supports so. The only way to workaround is to have separate queues for eac

Re: Qpid 0.12 : Authentication fails when running a client with different linux user

2013-01-10 Thread trivedi_ravi13
*Resolved :* "ravi" user did not have access permission to "/usr/lib/sasl2" folder. sasl libraries libplain.so, libanonymous.so are placed in this folder. I changed the permissions and it's now working.. -- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-0-12-Authenticati