what is channel indoubt state ? how to resolve
Answers were Sorted based on User's Feedback
Answer / bhupal
STOP CHANNEL(A.TO.B)
RESET CHANNEL(A.TO.B) SEQNUM(1)
RESOLVE CHANNEL(A.TO.B) ACTION(BACKOUT or COMMIT)
START CHANNEL(A.TO.B)
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mahesh
indoubt state means the channel doesn't know whether the message is commit or rollback that time channel will going to retrying state that is called indoubt state...
stop channel(channel name)
resolve channel(channel name) action(commit or rollback)
start channel(channel name)
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / bhupal
stop chl(chlname) mode(force)
resolve chl(chlname) seqnum(1)
resolve chl(chlname) action(rollback or commit)
start chl(chlname)
Is This Answer Correct ? | 2 Yes | 2 No |
What is the future in mq if we have 2+exp?
Tell me how to find how many messages are passed through the particular channel is it possible to find it?
How will u edit qm.ini?explain in commands in linux ans solaris
In cluster queue manager losed.which type of precautions you take??
Where do we find the cluster information in websphere mq?
What is message client?
How to get particular message from queue? like first message ?or 30th message
Define dead letter queue?
Tell me which queue having current queue depth should be greater than zero?
What is mq listener?
Explain how to create dlq rules table?
What is SSL? How to Assign that SSL Certificate to particular QM?