The new jms endpoints do not have a way to convey back errors when using InOnly
-------------------------------------------------------------------------------
Key: SM-1684
URL: https://issues.apache.org/activemq/browse/SM-1684
Project: ServiceMix
Issue Type: Bug
Components: servicemix-jms
Reporter: Guillaume Nodet
I don't think this is a very big deal though. InOnly are currently handled in
a fire-and-forget mode. Errors will be reported by the provider if there is
any problem sending the message, but once the message is sent, it's meant to be
delivered by the JMS broker at some point later.
I'm still creating this issue to capture the problem.
It could be fixed by adding a property that would change the behavior of the
provider and consumer to wait for a response jms message containing a DONE or
ERROR status.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.