|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Problem with Reestablish Channel |
« View previous topic :: View next topic » |
Author |
Message
|
anhnt |
Posted: Sun Oct 19, 2003 6:24 pm Post subject: Problem with Reestablish Channel |
|
|
Acolyte
Joined: 03 Aug 2003 Posts: 54
|
Hi all,
My problem is:
When my channel's status is in-doubt.Nomaly,It was reestablish,but about 4-5 munite channel is actived,
anyone show me any way to decrease time to reestablish channel.
Thanks in advance
anhnt |
|
Back to top |
|
 |
Leafar |
Posted: Mon Oct 20, 2003 7:08 am Post subject: |
|
|
 Acolyte
Joined: 03 Apr 2003 Posts: 74 Location: Buenos Aires
|
You can reduce the opportunity for a channel to be placed in doubt by using the Batch Heartbeat channel parameter (BATCHHB). When a value for this parameter is specified, a sender channel checks that the remote channel is still active before taking any further action. If no response is received the receiver channel is considered to be no longer active. The messages can be rolled-back, and re-routed, and the sender-channel is not put in doubt. This reduces the time when the channel could be placed in doubt to the period between the sender channel verifying that the receiver channel is still active, and verifying that the receiver channel has received the sent messages.
You can, when necessary, resynchronize the channel manually.
Use the DISPLAY CHSTATUS command to find the last-committed logical unit of work ID (LUWID) for each side of the channel. Do this using the following commands:
RUNMQSC
DISPLAY CHSTATUS(name) SAVED CURLUWID
If the two LUWIDs are the same, the receiving side has committed the unit of work that the sender considers to be in doubt. The sending side can now remove the in-doubt messages from the transmission queue and re-enable it. This is done with the following channel RESOLVE command: RESOLVE CHANNEL(name) ACTION(COMMIT)
If the two LUWIDs are different, the receiving side has not committed the unit of work that the sender considers to be in doubt.
RESOLVE CHANNEL(name) ACTION(BACKOUT)
Saludos
Rafael |
|
Back to top |
|
 |
anhnt |
Posted: Tue Oct 21, 2003 1:42 am Post subject: |
|
|
Acolyte
Joined: 03 Aug 2003 Posts: 54
|
Thanks Leafar,
My problem was resolved
anhnt |
|
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
|
|
|
|