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 » WebSphere Message Broker (ACE) Support » Identifing the Queue Manager Name

Post new topic  Reply to topic
 Identifing the Queue Manager Name « View previous topic :: View next topic » 
Author Message
mrlinux
PostPosted: Tue Feb 26, 2002 4:43 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

Is there a way to determine what the Queue manager name is at which the Message Flow
is running on ???? The reason is we want to set the reply to Queue Manager name
based on where the Flow is running.

_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries

[ This Message was edited by: mrlinux on 2002-02-26 06:55 ]
Back to top
View user's profile Send private message Send e-mail
NickB
PostPosted: Wed Feb 27, 2002 1:10 am    Post subject: Reply with quote

Centurion

Joined: 20 May 2001
Posts: 107
Location: Zurich Financial Services

You don't actually need to set the ReplyToQMgr as base MQ will sort this out for you. However, you do need to blank out the RToQMgr field in the MQMD so that MQ can then fill it with the name of the queue manager where the broker is running. Here is some sample eSQL:

SET OutputRoot.Properties.MessageFormat = 'XML';
SET OutputRoot.MQMD.ReplyToQ = 'USC.CIID.ZARCRESP.IN';
-- Blank out the RToQMgr as we want MQ Series to insert the name of this qmgr here (e.g. US01DM1)
SET OutputRoot.MQMD.ReplyToQMgr = '';
Back to top
View user's profile Send private message
mrlinux
PostPosted: Wed Feb 27, 2002 4:36 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

Thanxs

_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Identifing the Queue Manager Name
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.