You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by lanwen <gi...@git.apache.org> on 2017/09/18 09:15:42 UTC

[GitHub] camel pull request #1936: CAMEL-11777: Use transaction aware queue in hazelc...

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 <la...@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

----


---

[GitHub] camel pull request #1936: CAMEL-11777: Use transaction aware queue in hazelc...

Posted by lanwen <gi...@git.apache.org>.
Github user lanwen closed the pull request at:

    https://github.com/apache/camel/pull/1936


---