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 » General IBM MQ Support » Problem in remote queue configuration

Post new topic  Reply to topic
 Problem in remote queue configuration « View previous topic :: View next topic » 
Author Message
wilsonho3
PostPosted: Sat Aug 03, 2002 7:26 pm    Post subject: Problem in remote queue configuration Reply with quote

Voyager

Joined: 20 Nov 2001
Posts: 98
Location: Hong Kong

I have some problem in remote queue definition need help. Within a
Qmgr communication, to have a queue manager communication, we
need to set up a remote queue like below

sending side
--------------

define qr(aaa) rname(bbb) rqmname(qa)

bbb is the oppositive side's lcoal queue name
qa is the oppositive side's queue manager name

receiving side
----------------

define qr(bbb) rname(ccc) rqmnamee(qb)

ccc is oppositive side's local queue name
qb is oppositive side;s lcoal queue name

My problem is in the sending side, I provide the ReplyToQ &
ReplyToQmgr name, How can the oppositive side send the
message back to the replyToQueue secified in the sending message
without the remote queue configuration. Is it there is no need to set up
the remote queue in the oppoeitive side and the queueu manager
resolve the return destination for me.

Best regards
wilson
Back to top
View user's profile Send private message Send e-mail
sgopal
PostPosted: Sat Aug 03, 2002 10:15 pm    Post subject: Reply with quote

Acolyte

Joined: 30 Jul 2002
Posts: 63

Suppose you want to send messages between QMA to QMB. then you can define the following.

On QMA,

Define qremote(aaa) rname(bbb) rqmname(QMB) xmitq(QMB)
Define qlocal(ccc)
Define qlocal(QMB) usage(xmitq)

Define channel(QMA.TO.QMB) chltype(SDR) CONNAME(QMB)
trptype(TCP) XMIT1(QMB)

Define channel(QMB.TO.QMA) chltype(RCVR) trptype(TCP)

On QMB,

Define qremote(eee) rname(ccc) rqmname(QMA) xmitq(QMA)
Define qlocal(bbb)
Define qlocal(QMA) usage(xmitq)

Define channel(QMB.TO.QMA) chltype(SDR) CONNAME(QMA)
trptype(TCP) XMIT1(QMA)

Define channel(QMA.TO.QMB) chltype(RCVR) trptype(TCP)

Putting message on remote queue from a queue manager will result in transmission of message to local queue of the queue manager.

Hope this helps.
Back to top
View user's profile Send private message
mgrabinski
PostPosted: Sun Aug 04, 2002 9:35 pm    Post subject: Reply with quote

Master

Joined: 16 Oct 2001
Posts: 246
Location: Katowice, Poland

If you want to use the ReplyToQueue mechanism, define (on the remote qmgr) a transmission queue with name matching the sending queue manager name.

See the definitions sent by sgopal
_________________
Marcin Grabinski <><
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 » General IBM MQ Support » Problem in remote queue configuration
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.