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 |
List the different types of queues?
What are the commands used for starting and stopping the queue manager?
Explain the difference between mq version 6 and 7?
In cluster queue manager losed.which type of precautions you take??
Tell me which queue having current queue depth should be greater than zero?
Why is mq used?
Tell me what is process definition and what are the attributes does it contain?
What are the difference between internet explorer and netscape navigator on different versions?
Explain where are the backup files are present after creating the queue manager?
What is a Cluster?
What is asynchrony in mq?
Tell me how does mq support the integration?