I have a service activator listening on a channel. In my activator service I am throwing a custom exception that extends Runtime Exception. When I receive the response back it is always wrapped by a MessageHandlingException. Is there any way to throw the runtime exception without it being wrapped by MessageHandlingException when using a service activator?


Reply With Quote