NO-JIRA improve stomp doc formatting

This commit is contained in:
Justin Bertram 2023-12-20 09:42:19 -06:00 committed by GitHub
parent 28a917f4e7
commit 354063f63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -15,12 +15,14 @@ Refer to the STOMP xref:examples.adoc[examples] for a look at some of this funct
== Limitations
=== Transactional Acknowledgements
The STOMP specification identifies *transactional acknowledgements* as an optional feature.
Support for transactional acknowledgements is not implemented in Apache ActiveMQ Artemis.
The `ACK` frame can not be part of a transaction.
It will be ignored if its `transaction` header is set.
== Virtual Hosting
=== Virtual Hosting
Apache ActiveMQ Artemis currently doesn't support virtual hosting, which means the `host` header in `CONNECT` frame will be ignored.