Pablo La Greca
2012-06-27 17:47:55 UTC
The problem is that you can't do that with JMS transactions.
<br /><br />
When you are working inside a JMS transactions, message to outbound endpoint will only be sent after you commit the transaction.
<br /><br />
So it's impossible to expect a response from a transactional jms:outbound-endpoint since the message receiver will not get the message until your flow execution has ended.
<br /><br />
Or you don't need transactions or you don't need to use jms in your use case.
<br /><br />
HTH, Pablo.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
<br /><br />
When you are working inside a JMS transactions, message to outbound endpoint will only be sent after you commit the transaction.
<br /><br />
So it's impossible to expect a response from a transactional jms:outbound-endpoint since the message receiver will not get the message until your flow execution has ended.
<br /><br />
Or you don't need transactions or you don't need to use jms in your use case.
<br /><br />
HTH, Pablo.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email