I have an outbound node with protocol set to java/ws-client.  The Inbound Data tab is set to Outbound Only.  I’m attempting to account for the ways a web service request can fail and handle them accordingly.  At the moment I’m working on connection failures (the web service provider returns connection refused).  When the Apache CXF layer receives the ConnectionException from the socket layer, it bubbles up to the TPS layer and invokes my Tcl proc registered in 
From inspecting the logs, I see the request is retried over the appropriate interval as specified in the 
I was hoping that I could have the message tossed into the 
I considered setting the disposition to PROTO which, according the documentation, sends the message to the “head of the Outbound Post-TPS Queue.”  But I’m afraid if I try that, it will result in an infinite loop and crash the site rather than simply place it in recovery.