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 |
List the types of messages in mqseries?
which queue having current queue depth should be greater than zero?
Tell me apart from websphere mq, have you used any other message oriented middleware (mom) or any other mq series provider?
What is topic in mq?
Explain what is intercommunication in mqseries?
What is a message?
What are the commands used for starting and stopping the queue manager?
What are the effects of using persistent messages?
Explain where are the backup files are present after creating the queue manager?
What is the message server in mqseries?
where the error logs in Appear in Z/OS?
What is mqtt client?