|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Basic configuration of QM |
« View previous topic :: View next topic » |
Author |
Message
|
Gonzalo |
Posted: Fri Jul 08, 2005 6:21 am Post subject: Basic configuration of QM |
|
|
Newbie
Joined: 08 Jul 2005 Posts: 1
|
Hi, I´m new in MQ and i´m trying to do something very simple like send a message between two computers, but i cant configurate the system.
I installed the Websphere MQ 5.3 in two WinNT computers and I´m using the MQ Explorer to configure the queues and queue managers.
Could you help me with the configuration of this?.
Thanks in advance |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jul 08, 2005 6:30 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Whenever I am new to a technology, I try to read as much of the documentation as I possibly can.
The answers you are looking for are clearly spelled out in the Intercommunications manual. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
ashoon |
Posted: Fri Jul 08, 2005 6:32 am Post subject: sample config |
|
|
Master
Joined: 26 Oct 2004 Posts: 235
|
here's the stuff I used for doing a simple sample config... you need the following - local q to read messages, remote queue def. to define the remote local q, xmit queue, sender/reciever channels, queue manager listener...
*Destination Q for local machine
DEF QL (ARNOLDS_REC)
*Destination Q for linux machine
*DEF QL (AIX_REC)
*Dead Letter Q
DEF QL (LOCAL_DEAD_QUEUE)
*Alter QM to know bout DLQ
ALTER QMGR DEADQ (LOCAL_DEAD_QUEUE)
*Transmission Q
DEF QL (AIX_QM) USAGE(XMITQ)
*Remote def. of target q
DEF QR(AIX_SEND) RNAME (AIX_REC) RQMNAME(AIX_QM) XMITQ (AIX_QM)
*Define sender channel for Arnold
DEF CHANNEL (TO.AIX) CHLTYPE (SDR) CONNAME(tcsserv5.mkm.can.ibm.com) TRPTYPE (TCP) XMITQ (AIX_QM)
*Define recieve channel for Arnold
DEF CHANNEL (TO.ARNOLD) CHLTYPE (RCVR) TRPTYPE(TCP)
* Start the channel
START CHL (TO.AIX) |
|
Back to top |
|
 |
jed |
Posted: Fri Jul 08, 2005 9:03 am Post subject: |
|
|
 Centurion
Joined: 08 Jan 2004 Posts: 118 Location: MI, USA
|
and maybe this may help....... click on the documentation link above...
try to read first and ask questions later. _________________ Jed |
|
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
|
|
|
|