Skip to content

Commit

Permalink
ARTEMIS-4383: fix a couple of headings butchered in the migration
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmellr committed Aug 3, 2023
1 parent 5ec3973 commit 39a13aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-manual/pre-acknowledge.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Please note, that if you use pre-acknowledge mode, then you will lose transactio
This may be stating the obvious but we like to be clear on these things to avoid confusion!
====

== Using PRE_ACKNOWLe.g.
== Using PRE_ACKNOWLEDGE
This can be configured by setting the boolean URL parameter `preAcknowledge` to `true`.

Alternatively, when using the JMS API, create a JMS Session with the `ActiveMQSession.PRE_ACKNOWLEDGE` constant.
Expand All @@ -41,7 +41,7 @@ Alternatively, when using the JMS API, create a JMS Session with the `ActiveMQSe
Session session = connection.createSession(false, ActiveMQJMSConstants.PRE_ACKNOWLEDGE);
----

== Individual Acknowle.g.
== Individual Acknowledge
A valid use-case for individual acknowledgement would be when you need to have your own scheduling and you don't know when your message processing will be finished.
You should prefer having one consumer per thread worker but this is not possible in some circumstances depending on how complex is your processing.
For that you can use the individual acknowledgement.
Expand Down

0 comments on commit 39a13aa

Please sign in to comment.