Author |
Message
|
Shalini |
Posted: Fri Mar 12, 2004 5:49 am Post subject: Sender Channel Holding Message ??? |
|
|
Master
Joined: 30 Apr 2002 Posts: 224 Location: India
|
Hi,
I have a query regarding the Sender channel.
When the Sender channel goes to the retrying state due to batch sequence number not matching with the receiver channel.
What I observe is that the message are no more in tranmission queues.
Some of say its in Sender Channel but I do not know really message can hold be holded in Sender Channel the message it just transferes thro the sender channel.
If Iam not wrong the Sender channel should not hold the message in any conditon.
Its the responsibility of the Transmission queue which holds messages in case of any problem.
But Iam unable to see the message ???
Can U put light on this ???
 |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Mar 12, 2004 6:58 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Channel operations are transactional.
If a message is "in transit", it is still on the transmit queue, however it is not visible because it is within an uncommitted unit of work. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jhues789 |
Posted: Fri Mar 12, 2004 11:36 am Post subject: |
|
|
 Apprentice
Joined: 20 Jan 2004 Posts: 37 Location: Madison WI
|
When this has happend to us we have to
stop the SDR
stop the RCV
Resolve the SDR with *BCK (this will roll the message back for you to see)
reset the SDR (gets the numbers back in sync)
reset the RCV (gets the numbers back in sync)
start the RCV
start the SDR |
|
Back to top |
|
 |
Shalini |
Posted: Fri Mar 26, 2004 2:36 am Post subject: |
|
|
Master
Joined: 30 Apr 2002 Posts: 224 Location: India
|
Hi,
Thanks for the reply.
We have observered this situatiations for some time but could not know the root cause. Even the logs tells the batch sequence mismath but I do not know why it happend.
Any who knows the why it happens like its due to network issue or ???
 |
|
Back to top |
|
 |
Shalini |
Posted: Mon Apr 05, 2004 9:12 pm Post subject: |
|
|
Master
Joined: 30 Apr 2002 Posts: 224 Location: India
|
Hi guys,
We are developing a utility for avoiding the batch sequence number in the channel.
Do you know Java API / mqsc command /pcf command which will help me to get the bacth sequence number
 |
|
Back to top |
|
 |
|