Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gary Russell opened INT-3745 and commented
In TcpConnection.send(), when an exception occurs, include the failed outbound message in the TcpConnectionExceptionEvent 's cause (use a MessagingException.
TcpConnection.send()
TcpConnectionExceptionEvent
cause
MessagingException
Reference URL: http://stackoverflow.com/questions/30873536/how-to-catch-socket-exceptions-on-tcpinboundgateway/30874441#30874441
Referenced from: pull request #1474
The text was updated successfully, but these errors were encountered:
member sound commented
Please also raise a MessagingException on connection == null and add the reply message content to that Event.
connection == null
reply
Sorry, something went wrong.
Gary Russell commented
Thanks, yes, this is already in the pull request (link above).
garyrussell
No branches or pull requests
Gary Russell opened INT-3745 and commented
In
TcpConnection.send()
, when an exception occurs, include the failed outbound message in theTcpConnectionExceptionEvent
'scause
(use aMessagingException
.Reference URL: http://stackoverflow.com/questions/30873536/how-to-catch-socket-exceptions-on-tcpinboundgateway/30874441#30874441
Referenced from: pull request #1474
The text was updated successfully, but these errors were encountered: