what is sequel number mismatch? how to resolve
Answers were Sorted based on User's Feedback
Answer / dharmender sharma
If we are getting message sequence error for the channel.
We need to follow below stop.
Stop channel(channel_name)
Reset channel(channel_name) seqnum(1)
Start channel(channel_name)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mahesh
first stop the channel
stop channel(channel name)
resolve channel(channel name) action(commit or rollback)
reset channel(channel name) sequence(no.1)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suresh
stop chl(chlname)
reslove chl(chlname) sequencenumber(xxx) expectedvalue(xxx)
start chl(chlname)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / karthik p
If Sender channel goes into retrying state with the below mentioned error :
AMQ9526: Message sequence number error for channel 'Channel1'
Then reset my sender channel will that help or should i also reset the destination reciver channel with this name
Reset channal(channel name) Sequence number(1).
| Is This Answer Correct ? | 2 Yes | 3 No |
What is the backup queue of the qmgr?
What is message server?
please can any body explain regarding DLQ, rules table we need to create or it will get created when we run runmqdlq, appreciate if any body replies.
Explain the types of queues?
what are reasons for receiver channel went to paused state?
Define transmission queue in mqseries?
What is a Backout queue What is the difference between Back out queue and Dead Letter queue
What is mqseries cluster?
what is the difference between logfile & log space?
What is mqtt client?
How to define a buffer pool for holding messages in main storage?
Tell me apart from websphere mq, have you used any other message oriented middleware (mom) or any other mq series provider?