|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Reply-To Queue |
« View previous topic :: View next topic » |
Author |
Message
|
UpkarSharma |
Posted: Thu Oct 18, 2001 10:18 pm Post subject: |
|
|
Apprentice
Joined: 15 Aug 2001 Posts: 27 Location: Mumbai
|
Reply-to queue names are used for reply messages. Sending application needs to mention the name of reply-to queue. The replies to the messages will be sent to this queue.
My question is how the retrieving application will get to know the name of reply-to queue? Is there any method (Java) thru which it can be identified?
|
|
Back to top |
|
 |
kolban |
Posted: Fri Oct 19, 2001 5:06 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
When an application needs the ReplyToQ, it is usually the originator of the initial request. As such, it is responsible for filling in the ReplyToQ details itself. Immediately after sending the request messages, it then starts waiting (get + wait) on the reply queue watching for the rely.
If multiple applications are involved (requestor is different from response receiver) then they both agree on a well known named queue. |
|
Back to top |
|
 |
bower5932 |
Posted: Fri Oct 19, 2001 2:28 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Are you looking for the replyToQueueName,
replyToQueueManagerName variables of the MQMessage object? |
|
Back to top |
|
 |
UpkarSharma |
Posted: Mon Oct 22, 2001 10:34 pm Post subject: |
|
|
Apprentice
Joined: 15 Aug 2001 Posts: 27 Location: Mumbai
|
I was able to get it ...
I used MQMessage Object and its fields replyToQueueName and replyToQueueManagerName to perform my job.
Thanks a lot. |
|
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
|
|
|
|