Hi all
I'm new in qpid and is very difficult for me to find example for my needs.
I need to cicle for all exchange defined in one broker with given name
prefix like "xx.*" and look inside if there is messages to receive.
// connection open
// for each exchange in exchangesList(with prefix("xx.*"))
// get next message from queue "command" of this current exchange
// ...
// next exchange
// connection close
Thanks for your help
Mariano
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]