Hello,
I am developing a component that will listen to all exchanges occurring on a container (using jbiContainer.addListener) to detect whether an exchange error occurs and be able to notify admins, etc..
However, I notice that when an error occurs on an InOnly exchange, the error can NEVER be handled by JBIContainer, because the status is set to DONE and the error is not returned to the caller. I know that belongs to the spec, but, how can that be avoided ??
PS: (Maybe putting the error as an exchange property should do the job, what is the best way of doing that ?).
Awaiting response.
Thanks .
