|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Mapping the message |
« View previous topic :: View next topic » |
Author |
Message
|
kishan |
Posted: Wed Aug 28, 2002 5:49 am Post subject: Mapping the message |
|
|
Newbie
Joined: 28 Aug 2002 Posts: 4
|
Hi,
I am putting a message(xml format) to an application, where the message is processed and replied back(xml format) to the same queue.
my application(MQ based) is mapping with msg id and corrleation id but
the other end application(JMS) is not ready to put the correlation id.
Is there any way I can map the message without correlation id, I am not using any caching nor database.
I read there is way by setting the put message options to create the same message id while repling back the response on to the queue, not sure what to set?
any help is really appreciated.
Thanks & Regards,
KK |
|
Back to top |
|
 |
mqonnet |
Posted: Wed Aug 28, 2002 10:26 am Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
If you meant that you wish to have the same Msgid Back from the other end. And it should be the same as your putting app at your end, then this is what you do.
Local end.
Put msgid with a specific value which your app knows about.
Remote end.
When you retrieve the message, copy the msgid into the msgid field of the put. And then put the message back. This way you have the same msgid back.
Not sure if this is what you were looking for.
Hope this helps
Cheers.
Kumar _________________ IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator |
|
Back to top |
|
 |
kishan |
Posted: Wed Aug 28, 2002 8:10 pm Post subject: |
|
|
Newbie
Joined: 28 Aug 2002 Posts: 4
|
Thanks.
The remote end is not in my control, no way i can set any parameter.
I am not sure, but there is a way where u can set a parameter to getmessage options as not create a new msg id while putting the message back from remote end, so i can map the message with the orginal msg id which is with me(generated at the time of putting the msg onto queue).
correct me if my understanding is wrong, expecting more details on this.
Thanks for ur support.
regards,
Kishan
mqonnet wrote: |
If you meant that you wish to have the same Msgid Back from the other end. And it should be the same as your putting app at your end, then this is what you do.
Local end.
Put msgid with a specific value which your app knows about.
Remote end.
When you retrieve the message, copy the msgid into the msgid field of the put. And then put the message back. This way you have the same msgid back.
Not sure if this is what you were looking for.
Hope this helps
Cheers.
Kumar |
|
|
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
|
|
|
|