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

Posted by Jeffrey White on Stack Overflow See other posts from Stack Overflow or by Jeffrey White
Published on 2009-06-22T22:29:10Z Indexed on 2010/05/07 6:48 UTC
Read the original article Hit count: 309

Filed under:
|
|

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 message to multiple queues with a single call? What I would like is to find a solution that would incur zero additional latency on my database compared to sending the message to a single queue.

Solutions that involve changing my WebSphere MQ settings are certainly welcome! What I had in mind was somehow creating a "clone" queue that got all the same messages as the original one, but I've been unable to locate anything like this in the documentation.

Thanks, Jeff

© Stack Overflow or respective owner

Related posts about message-queue

Related posts about mqseries