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 » Basic configuration of QM

Post new topic  Reply to topic
 Basic configuration of QM « View previous topic :: View next topic » 
Author Message
Gonzalo
PostPosted: Fri Jul 08, 2005 6:21 am    Post subject: Basic configuration of QM Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Fri Jul 08, 2005 6:30 am    Post subject: Reply with quote

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
View user's profile Send private message
ashoon
PostPosted: Fri Jul 08, 2005 6:32 am    Post subject: sample config Reply with quote

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
View user's profile Send private message
jed
PostPosted: Fri Jul 08, 2005 9:03 am    Post subject: Reply with quote

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

MQSeries.net Forum Index » General IBM MQ Support » Basic configuration of QM
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.