[
https://issues.apache.org/jira/browse/ARTEMIS-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lionel Cons updated ARTEMIS-406:
--------------------------------
Description:
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.
was:
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.
> 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)