|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Error Code: AMQ9524 |
« View previous topic :: View next topic » |
Author |
Message
|
Praveen |
Posted: Thu Nov 14, 2002 6:22 am Post subject: Error Code: AMQ9524 |
|
|
 Apprentice
Joined: 23 Oct 2002 Posts: 40 Location: Bangalore
|
Hi All,
I had created the remote queue using the following command
"define qremote (R.QUEUE) rname (ACCEPT.QUEUE) rqmname ('OLDQM') xmitq (NEW.QUEUE)"
Where
ACCEPT.QUEUE is the queue which I had defined in the reciever machine and OLDQM is the queue manager in that machine.
when I tried to start the channel by running the following command.
runmqchl -c NEW.CHANNEL -m NEWQM
NEW.CHANNEL is defined as - define channel (NEW.CHANNEL) chltype (sdr) conname ('host ip') xmitq (NEW.QUEUE) trptype (tcp)
I am getting the AMQ9524 error which says Remote Queue Manager is unavailable. But I had defined it properly. All of sudden I am getting this error previously it was working fine, when I started defining multiple queue managers and multiple queue, channels etc..this started happening..any relation with this??
Help please.. _________________ Thanks,
Praveen K |
|
Back to top |
|
 |
vennela |
Posted: Thu Nov 14, 2002 8:43 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Praveen:
While defining the channel in the conname did you give the port number. If no, then is the OLDQM listening on the default port(1414).
You don't have to give the port number if it's 1414 but otherwise I guess you need to give the port number.
Try starting the channel using mqsc command in runmqsc
---
Venny |
|
Back to top |
|
 |
Praveen |
Posted: Thu Nov 14, 2002 9:58 pm Post subject: |
|
|
 Apprentice
Joined: 23 Oct 2002 Posts: 40 Location: Bangalore
|
Venny,
I had added 'MQSeries 1414/tcp' line in /etc/services file, which means my port no is 1414 right??
While defining the channel I tried with port no also still the same problem..  _________________ Thanks,
Praveen K |
|
Back to top |
|
 |
mgrabinski |
Posted: Thu Nov 14, 2002 10:18 pm Post subject: |
|
|
Master
Joined: 16 Oct 2001 Posts: 246 Location: Katowice, Poland
|
Praveen,
In /etc/services you merely reserve a port. Have you actually started the listener?
It's done by the command:
Code: |
runmqlsr -t tcp [-p port#] [-m QMgrName]
|
or by configuring inetd _________________ Marcin Grabinski <>< |
|
Back to top |
|
 |
Praveen |
Posted: Thu Nov 14, 2002 10:55 pm Post subject: |
|
|
 Apprentice
Joined: 23 Oct 2002 Posts: 40 Location: Bangalore
|
Hi,
It worked out .. Actually I have not created my queues with usage(xmitq).. I had deleted all the queues and channels and created them again..now its working fine..
Thanks again.. _________________ Thanks,
Praveen K |
|
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
|
|
|
|