GitHub user lanwen opened a pull request: https://github.com/apache/camel/pull/1936
CAMEL-11777: Use transaction aware queue in hazelcast:seda component As mentioned in docs of hz (any version, current for example) http://docs.hazelcast.org/docs/3.8.4/manual/html-single/index.html#creating-a-transaction-interface Transaction do its work if queue initialized with help of transaction ctx You can merge this pull request into a Git repository by running: $ git pull https://github.com/lanwen/camel CAMEL-11777 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1936.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1936 ---- commit c679eaf67acb129137b04b8199c4ddbafa5b28b5 Author: Kirill Merkushev <lan...@yandex.ru> Date: 2017-09-18T09:13:49Z CAMEL-11777: Use transaction aware queue in hazelcast:seda component As mentioned in docs of hz (any version, current for example) http://docs.hazelcast.org/docs/3.8.4/manual/html-single/index.html#creating-a-transaction-interface Transaction do its work if queue initialized with help of transaction ctx ---- ---