Author |
Message
|
mart_mq |
Posted: Sun Aug 14, 2005 11:57 pm Post subject: Messages in SYSTEM.CLUSTER.TRANSMIT.QUEUE |
|
|
Novice
Joined: 05 Apr 2005 Posts: 14
|
Hi,
I have cluster repository on iSeries server (MQ 5.3 and fix 9). When I send a message from another MQ manager to repository, the answer not pick up from SYSTEM.CLUSTER.TRANSMIT.QUEUE
Do you have some idea?
Thanks, Martin |
|
Back to top |
|
 |
Nigelg |
Posted: Mon Aug 15, 2005 12:15 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Please explain your problem in more detail.
What does this mean:
Quote: |
the answer not pick up from SYSTEM.CLUSTER.TRANSMIT.QUEUE |
_________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
mart_mq |
Posted: Mon Aug 15, 2005 1:00 am Post subject: |
|
|
Novice
Joined: 05 Apr 2005 Posts: 14
|
Nigelg wrote: |
Please explain your problem in more detail.
What does this mean:
Quote: |
the answer not pick up from SYSTEM.CLUSTER.TRANSMIT.QUEUE |
|
The messages persistinq in this queue but channels are define correctly.
M. |
|
Back to top |
|
 |
mart_mq |
Posted: Mon Aug 15, 2005 2:22 am Post subject: |
|
|
Novice
Joined: 05 Apr 2005 Posts: 14
|
Nigelq,
...and I have a one question for you. I would like to clean a SYSTEM.CLUSTER.REPOSITORY.QUEUE. Does exist some change for it? Because this queue has exclusive locks by the Qmgr
Thanks, Martin |
|
Back to top |
|
 |
Mr Butcher |
Posted: Mon Aug 15, 2005 6:17 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
could you please be more specific about "the answer" and your application design? you send a message from qmgr a to qmgr b by cluster? and a reply back from qmgr b to qmgr a? and the reply message is stuck in the system.cluster.transmit.queue on b?
then you should check the channels
why do you want to purge the repository queue? do you really know what you are doing? if the cluster is not set up properly there are cluster commands to fix it. otherwise you may screw up everything. _________________ Regards, Butcher |
|
Back to top |
|
 |
mart_mq |
Posted: Mon Aug 15, 2005 11:36 pm Post subject: |
|
|
Novice
Joined: 05 Apr 2005 Posts: 14
|
Mr Butcher wrote: |
could you please be more specific about "the answer" and your application design? you send a message from qmgr a to qmgr b by cluster? and a reply back from qmgr b to qmgr a? and the reply message is stuck in the system.cluster.transmit.queue on b?
then you should check the channels
why do you want to purge the repository queue? do you really know what you are doing? if the cluster is not set up properly there are cluster commands to fix it. otherwise you may screw up everything. |
First. I have a frontend and a backend. The frontend sends request to the backend, backend processing request a sends response(answer) to frontend. This solution has based on clustering. All channels is ok.
Second. Absolutely I know....I have a problem with my repository because server which I used to for repos was broken. When I used to a recommend from manual I nothinq resolve. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Tue Aug 16, 2005 12:01 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
if i understand correctly, the answer message is stuck in the system.cluster.transmit.queue in the backend and is not delivered to the frontend?
then it looks like the queue information is correct, otherweise the message would not have been put to the system.cluster.transmit.queue.
browse the xmitq, the channel name should be found in the correlid of the message. then check the channel why the message is not delivered. check sending and receiving end for error messages. _________________ Regards, Butcher |
|
Back to top |
|
 |
|