Tomohisa Igarashi created CAMEL-10397:
-----------------------------------------
Summary: SJMS - Raise an error against InOut+transacted producer
as it causes a deadlock
Key: CAMEL-10397
URL: https://issues.apache.org/jira/browse/CAMEL-10397
Project: Camel
Issue Type: Improvement
Components: camel-sjms
Affects Versions: 2.18.0
Reporter: Tomohisa Igarashi
InOut MEP and transacted=true are incompatible by nature as it causes deadlock.
The message sent by producer won't be available until transaction commits, but
the transaction won't commit until reply message is received. SJMS producer
should raise an error earlier against this so user would notice his
misconfiguration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)