Skip to content

Commit 3bf5266

Browse files
Merge pull request #1537 from rabbitmq/pstack2021-change-disable-and-enable-for-publisher-confirms-feature
Update jms-client.md
2 parents 5d588ab + 1ccfce4 commit 3bf5266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/jms-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ publishing. This feature builds on top of the AMQP protocol, but the JMS client
394394
provides an API to use it. This allows to benefit from a reliability feature without
395395
diverging too much from the JMS API.
396396

397-
Publisher confirms are disabled by default. They can be enabled by setting
397+
Publisher confirms are deactivated by default. They can be activated by setting
398398
a `ConfirmListener` on the `RMQConnectionFactory`:
399399

400400
<pre class="lang-java">

0 commit comments

Comments
 (0)