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 Discussion » configuration procedure

Post new topic  Reply to topic
 configuration procedure « View previous topic :: View next topic » 
Author Message
segunoe
PostPosted: Thu Mar 24, 2005 4:05 pm    Post subject: configuration procedure Reply with quote

Newbie

Joined: 24 Mar 2005
Posts: 6

I have just installed my Websphere 5.3 for AIX and I need to configure it by creating my queue manager and all the channel. Please can someone direct me to a detail documentation how to go about this.

Many thanks in advance
OE
Back to top
View user's profile Send private message
vennela
PostPosted: Thu Mar 24, 2005 6:08 pm    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Look at InterCommunication Guide. The documentation guide on top of this page will take you there
Back to top
View user's profile Send private message Send e-mail Visit poster's website
kman
PostPosted: Thu Mar 24, 2005 7:14 pm    Post subject: Reply with quote

Partisan

Joined: 21 Jan 2003
Posts: 309
Location: Kuala Lumpur, Malaysia

Also look at the Quick Beginning Guide.

You need to have two queue managers in order to test your installation.

1. crtmqm QMA ->this will create queue manager QMA.
2. strmqm QMA ->this will start it.
3. runmqsc QMA ->this will take you into mqsc environment

inside mqsc environment;
4. define qlocal(QLOCAL) ->this will create the local queue QLOCAL
5. define qlocal(QMB) usage(xmitq) ->this will create transmission queue QMB
6. define channel(QMA.to.QMB) chltype(sdr) trptype(tcp) conname('ip address/hostname of QMB(1415)') xmitq(QMB) -> this creates sender channel to QMB queue manager wiht listener port 1415.
7. define channel(QMB.to.QMA) chltype(rcvr) trptype(tcp) ->this creates receiver channel from QMB queue manager.
8. define qremote(QREMOTE) rqname(QLOCAL) rqmgrname(QMB) xmitq(QMB) ->this creats definition for remote queue

type end to get out of mqsc env.

9. runmqlsr -m QMA -t tcp -p 1416 ->this runs the listener for QMA on port 1416.

Repeat the above for QMB. Replace all QMA with QMB, and QMB with QMA. Also replace 1415 with 1416, and 1416 with 1415.

All you need now is to either;
1. PING the sender channel. Do this in runmqsc (mqsc env).
2. start the sender channel and run the sample amqsput program. Use the sample amqsget program on the other queue manager to see the messages sent by amqsput program.

Note: the above steps are the simple verification test to get started with. I hope I am not confusing anybody.
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » configuration procedure
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.