|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
How to force segmented msg to go to same queue in cluster? |
« View previous topic :: View next topic » |
Author |
Message
|
cots |
Posted: Thu Apr 29, 2004 11:52 am Post subject: How to force segmented msg to go to same queue in cluster? |
|
|
Centurion
Joined: 16 Jun 2003 Posts: 105
|
Hi All,
I am dealing with different size of messages, some of them are hug (~ 10GB). Someone on this forum has suggested the solution of implementing the put application must slice and dice the message, and the receiver must re-assemble. I think this is a great suggrestion. However, I also have a MQ cluster environment. How do I put all segmented messages which belong to one message into the same queue instead of balacing all over to other places. pls help if you have any suggestion.
Thanks in Advance |
|
Back to top |
|
 |
mqonnet |
Posted: Thu Apr 29, 2004 12:00 pm Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Use MQOO_BIND_ON_OPEN when you try and open an instance of the queue, or change the definition of all the instances of "a" cluster queue to have defbind(OPEN). This would force all the subsequents puts(segmented or not) to go to the same queue.
Somewhere deep in the clustering manuals you would find a note saying that you should *NOT* put segmented messages onto cluster queues unless you know that you have set the above mentioned attributes.
Cheers
Kumar |
|
Back to top |
|
 |
cots |
Posted: Thu Apr 29, 2004 12:13 pm Post subject: |
|
|
Centurion
Joined: 16 Jun 2003 Posts: 105
|
|
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
|
|
|
|