I'm using the RequestReplyTemplate.request() method to a blocking request/reply mode to an @Concurrency endpoint.
How do I get RequestReplyTemplate to return a ErrorMessage in the case
where the handler throws an exception?
It's fine if i use instanceof to test the type of Message, but maybe better to catch an exception that tells me it was thrown by my endpoint service code.
thanks,
--Michael


Reply With Quote
