message queue « websphere « Java Enterprise Q&A





1. WebSphere MQ/MQSeries - Possible to send a message to multiple queues with single call?    stackoverflow.com

I'm queuing messages to a WebSphere MQ queue (NB: A point-to-point queue -- not a topic) using a stored procedure in my Oracle database. Is there a way to publish each ...

2. How to read messages in an order from the Queue using MDB?    stackoverflow.com

I have a MDB which listens to WebSphere MQ. It does not picks up the messages in the order that has been received by the Queue. How can i make it ...