Posted: Thu Dec 18, 2008 3:23 am Post subject: Problem with retry in SOAP Input while using debugger
Centurion
Joined: 14 Feb 2008 Posts: 100
Hi All,
I have set the following properties in SOAP Input node.
Retry Mechanism - short and Long retry
Retry Threshhold - 5
Short Retry Interval - 10
Long Retry Interval - 5
It is working fine in case of any exception as visible from the mqsichangetrace but I can not see it in the dubugger. In Debugger it is running only once. Is it possible to see the retry in Debugger too.
Probably not. The debugger triggers a full parse of the message so that it can show you the message in a tree view. Any parsing exceptions are displayed in the exceptionList, but do not cause the message to be rolled back to the input node.
This is why I keep on telling people to use User Trace and Trace nodes for diagnosing parsing problems. The debugger is really useful for other types of error.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum