ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » Mapping the message

Post new topic  Reply to topic
 Mapping the message « View previous topic :: View next topic » 
Author Message
kishan
PostPosted: Wed Aug 28, 2002 5:49 am    Post subject: Mapping the message Reply with quote

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
View user's profile Send private message
mqonnet
PostPosted: Wed Aug 28, 2002 10:26 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
kishan
PostPosted: Wed Aug 28, 2002 8:10 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » Mapping the message
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.