Author |
Message
|
amit_talpade_star |
Posted: Thu May 26, 2005 7:16 am Post subject: MQOutput and Cluster Queue Problem |
|
|
Apprentice
Joined: 14 Dec 2004 Posts: 39
|
Hello,
I am using WMQ 5.3 CSD8 and WBIMB 5.0 FP4 on Suse Linux 8.1 SP3.
What I am trying to do is output my message from a message flow using a MQOUTPUT node to a clustered queue. This queue is located on 2 queue managers which are part of the cluster which involves even the broker's queue manager. Broker's queue manager holds primary repository.
The code which sets the Output Queue via ESQL is
SET OutputLocalEnvironment.Destination.MQ.DestinationData.queueName ='<QNAME>';
No value is set for the queue manager in the ESQL code
No value is set in the text box in the MQOUTPUT node for either queue manager or queue
An AMQPUT from the broker's queue manager puts the message in a round robin manner to the cluster queues on both the other queue managers. So I do not suspect a clustering problem.
The problem is that the message never reaches one (always the same one) of the two queues which are shared in the cluster when message is submitted through the broker.
The message is seen in the
SYSTEM.CLUSTER.TRANSMIT.QUEUE for a short while after which it disappears if the queue manager which is has the reachable queue is down
Any ideas on what could be causing this problem???? |
|
Back to top |
|
 |
ydsk |
Posted: Thu May 26, 2005 7:39 am Post subject: |
|
|
Chevalier
Joined: 23 May 2005 Posts: 410
|
Check the definitions of both the cluster queues....the DEFBIND property on them should be 'NOT FIXED' instead of OPEN.
Thanks. |
|
Back to top |
|
 |
amit_talpade_star |
Posted: Thu May 26, 2005 8:12 am Post subject: |
|
|
Apprentice
Joined: 14 Dec 2004 Posts: 39
|
Hello,
I have tried your suggestion however I do not find any changes... the problem continues.
Do you have any other suggestions |
|
Back to top |
|
 |
vennela |
Posted: Thu May 26, 2005 8:29 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
Hello,
I have tried your suggestion however I do not find any changes... the problem continues.
Do you have any other suggestions |
Have you restarted the flow ? |
|
Back to top |
|
 |
amit_talpade_star |
Posted: Thu May 26, 2005 8:50 am Post subject: PROBLEM SOLVED! |
|
|
Apprentice
Joined: 14 Dec 2004 Posts: 39
|
Your suggestions have helped in solving the problem!
Thank you ALL!! |
|
Back to top |
|
 |
|