Posted: Thu Aug 05, 2004 4:23 am Post subject: Put message on remote queue if remote system is down
Novice
Joined: 24 May 2004 Posts: 21 Location: Dalton,GA
Hi All,
I need help in scenerio if remote server or communication link between two servers is down.
If I try to put a message on remote queue.
1. Does it allow me to put a message ? If Yes then where my message reside?
2. When try to put message. Is there any way that Put program can find that remote system or link is down ? So if its a real time inquiry type message, It can give a proper error message to user.
Messages put to remote queue definitions are actually stored on transmission queues on the local queue manager.
It is a poor design for a messaging application to have any knowledge of the applications that it is sending messages to. This removes most of the separation of function that is one of the major benefits of messaging.
In a "real time" scenario, you can ask for reports to be produced when certain things happen. These reports will allow your sending application to know that the receiver did or did not receive a message within a certain period of time.
You will need to code for these things. The mechanisms for doing so are described in the Application Programming Guide, along with good design practices for working with messaging and MQSeries. _________________ I am *not* the model of the modern major general.
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