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 » MQSI - Communicating between two queue managers

Post new topic  Reply to topic
 MQSI - Communicating between two queue managers « View previous topic :: View next topic » 
Author Message
JDK
PostPosted: Mon Jan 07, 2002 4:01 am    Post subject: Reply with quote

Newbie

Joined: 06 Jan 2002
Posts: 5

Say, QM1 is the queue manager for Configuration manager and QM2 is the queue manager for Broker. Now how can I send a message from a queue(INQ) in QM1 to a queue(OUTQ) in QM2
Back to top
View user's profile Send private message
mpuetz
PostPosted: Mon Jan 07, 2002 7:58 am    Post subject: Reply with quote

Centurion

Joined: 05 Jul 2001
Posts: 149
Location: IBM/Central WebSphere Services

Hi,

you first have to define a communication channel connection between QM1 and QM2:

On QM1 define

1. Local queue named QM2 with usage: transmission
2. Define a sender channel from QM1 to QM2
(name it e.g. QM1.QM2) and use QM1 as its
transmission queue and use the ip address
and port number of the listener of QM2 as
destination.

On QM2 define

1. A receiver channel named exactly the same
way as the the corresponding sender channel of QM1 (e.g. QM1.QM2)

Now you may define a local OUTQ on QM2
and then define a remote queue definition
named INQ on QM1 pointing to OUTQ on QM2.

Put a test message on INQ on QM1 (you can't use the MQ Explorer to put test messages on remote queues, stupid restriction). It should
appear on your transmission queue QM2 on QM1
unless you already started the sender channel QM1.QM2. Start the channel if you haven't done so, and - voila - it should appear on OUTQ on QM2.

If you want to be able to send messages from
QM2 to QM1 as well. You will have to do the same steps again, just replace QM1 with QM2 and vice versa.


_________________
Mathias Puetz

IBM/Central WebSphere Services
WebSphere Business Integration Specialist
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 » WebSphere Message Broker (ACE) Support » MQSI - Communicating between two queue managers
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.