|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
handling MQ failures |
« View previous topic :: View next topic » |
Author |
Message
|
oddsock |
Posted: Tue May 25, 2004 11:33 am Post subject: handling MQ failures |
|
|
Newbie
Joined: 25 May 2004 Posts: 2
|
I am relatively inexperienced in MQ development, and am looking for any kind of best practice or approach to the following problem :
We have a java application that uses MQ to send XML documents to various locations. Our application needs to send to pontentially multiple MQ Queue Managers located most likely in remote locations. The problem I'm dealing with is if, for instance, one of the MQ Queue Managers becomes unavailable. Our applicatioin is such that the order of the XML transactions is significant, and dropping the transactions is also not acceptable. So in this case, currently we have a custom built process of writing the data records to a physical file (in the correct order) and then when the Queue manager comes back, reattach, and resend these data records (which are placed on the queue in a higher priority so that they are pulled off first in the proper order)...So question is, is this a standard practice ? Or is there some MQ mechanism for dealing with this situation ? I've read about using failover Queue managers, but in this case the most likely cause of the failure would be network or machine failure (of the remote machine) and any backup Queue managers would also fall into failure mode as well..
any ideas ? |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed May 26, 2004 7:34 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
How does your application move the messages to each of the queue managers? Do you only use client connections or does your application have a dedicated queue manager ?
F.J. |
|
Back to top |
|
 |
Michael Dag |
Posted: Thu May 27, 2004 5:16 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
Moved to General Discussion.
Note: The Best Practices, Tips & Tricks forum is a collection of 'worked out' Best Practices, Tips & Tricks as a result of a discussion or questions in the other forums. _________________ Michael
MQSystems Facebook page |
|
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
|
|
|
|