You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Lionel Cons (JIRA)" <ji...@apache.org> on 2016/02/19 07:19:18 UTC

[jira] [Created] (ARTEMIS-406) STOMP acknowledgements should support transactions

Lionel Cons created ARTEMIS-406:
-----------------------------------

             Summary: STOMP acknowledgements should support transactions
                 Key: ARTEMIS-406
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-406
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Stomp
            Reporter: Lionel Cons


Artemis currently does not support transactional acknowledgements:

{quote}
Message acknowledgements are not transactional. The ACK frame can not be part of a transaction (it will be ignored if its transaction header is set).
{quote}

The STOMP 1.2 specification contains:

{quote}
Optionally, a transaction header MAY be specified, indicating that the message acknowledgment SHOULD be part of the named transaction.{quote}

And other brokers (such as ActiveMQ 5.x) do support transactional acknowledgements.

Artemis should support them too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)