|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Distribute messages to multiple queues |
« View previous topic :: View next topic » |
Author |
Message
|
mbscott |
Posted: Fri Jul 15, 2011 11:45 am Post subject: Distribute messages to multiple queues |
|
|
Novice
Joined: 15 Jul 2011 Posts: 15
|
Hello,
We have the requirement, where request messages coming to MQ queue. message broker flow will do transform and need to distribute(round robin mechanism) messages to multiple queues on multiple queue managers (which are not part of cluster).
Experts can you please throw your thoughts on this.. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jul 15, 2011 11:53 am Post subject: Re: Distribute messages to multiple queues |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mbscott wrote: |
Experts can you please throw your thoughts on this.. |
Add the queue managers to the cluster and use the in-built distribution (which defaults to round-robin) rather than reinvent the wheel.
Or build yourself a nice, nearly circular solution using a database, shared row or other mechanism of your choice to keep track of who gets what message next. Along with some means of tracking which targets are available and removing them from the list dynamically, reseting your mechanism when it goes wrong, etc, etc.
Getting WMB to send messages to a dynamic queue destination is the easy bit. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mbscott |
Posted: Fri Jul 15, 2011 1:13 pm Post subject: |
|
|
Novice
Joined: 15 Jul 2011 Posts: 15
|
Thanks Vitor.
Quote: |
Add the queue managers to the cluster and use the in-built distribution (which defaults to round-robin) rather than reinvent the wheel. |
I know but not possible to do for this especially.
Quote: |
Or build yourself a nice, nearly circular solution using a database, shared row or other mechanism of your choice to keep track of who gets what message next. Along with some means of tracking which targets are available and removing them from the list dynamically, reseting your mechanism when it goes wrong, etc, etc. |
This make sense and need to think & workout. Thanks. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|