|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQ Clustering |
« View previous topic :: View next topic » |
Author |
Message
|
Suja |
Posted: Wed Nov 29, 2006 1:10 am Post subject: MQ Clustering |
|
|
Novice
Joined: 07 Nov 2006 Posts: 16
|
hi
I have created a cluster with two QueueManagers as full repositors which r in the same system.I have kept the Listeners in the both Queuemanagers with default port no.1414.Now, only one listener has being running at once and the other is going to stopped mode while trying to start.so the channels are also not running.
plz tell me ,What might have been the problem with listeners here. _________________ Suja
Last edited by Suja on Wed Nov 29, 2006 1:37 am; edited 1 time in total |
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 29, 2006 1:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
If these full repositories are "in the same system", are they running on different servers? If not, they can't both be on the same port.....
If they are on different machines, what do you mean by "same system". Same cluster? What do the logs say? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Suja |
Posted: Wed Nov 29, 2006 9:39 pm Post subject: |
|
|
Novice
Joined: 07 Nov 2006 Posts: 16
|
Thank u vitor.
i had both cluster queue managers on same server and i was trying to listen on same port in both Cluster Qmanagers. so i got that problm .now i could able to get both listeners and channels of Qmanagers in cluster in running mode after changing then to diffrent port no. but when iam trying put a msg in a clusterqueue of one manager and retrive it from another manager.. i.e,
Code: |
c:/>amqsput QC1 QM_A
Sample AMQSPUT0 start
target queue is QC1
hai..
Sample AMQSPUT0 end |
and..while retriving. iam getting the following error..
Code: |
c:/>amqsget QC1 QM_B
Sample AMQSGET0 start
MQOPEN ended with reason code 2085
unable to open queue for input
Sample AMQSGET0 end
|
can any one plz rectify this. what could be the error here.. _________________ Suja |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Nov 29, 2006 10:52 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
did you look up the 2085 in the manual? QM_B does not know about this queue.
where is it defined?
how is it defined?
i assume it is defined as a qlocal in QM_A (maybe in the cluster, maybe not) and you are trying to read the message (that you put from QM_A) from QM_B.
You can only read queues that are "local" to the queuemanager your programm is connected to. MQSeries Clustering does not overrule this.
Mq clustering works the other way round. you can put from QM_B to the queue that is defined in QM_A.
Read more, especially Cluster Manual, MQ Intercommunication, and get used to check your error codes with the messages and codes manual. _________________ Regards, Butcher |
|
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
|
|
|
|