You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/06/10 15:44:49 UTC

[qpid-jms] branch master updated: NO-JIRA: note that CompletionListener sends are always async, since they are implicitly

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/master by this push:
     new 18eb412  NO-JIRA: note that CompletionListener sends are always async, since they are implicitly
18eb412 is described below

commit 18eb412231ab08cf4daf7f948703bc85b4d2e481
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jun 10 16:44:10 2019 +0100

    NO-JIRA: note that CompletionListener sends are always async, since they are implicitly
---
 qpid-jms-docs/Configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index 633d1f5..a08c264 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -86,7 +86,7 @@ The options apply to the behaviour of the JMS objects such as Connection, Sessio
 + **jms.password** The password value used to authenticate the connection
 + **jms.clientID** The ClientID value that is applied to the connection.
 + **jms.forceAsyncSend** Configures whether all Messages sent from a MessageProducer are sent asynchronously or only those Message that qualify such as Messages inside a transaction or non-persistent messages.
-+ **jms.forceSyncSend** Override all asynchronous send conditions and always sends every Message from a MessageProducer synchronously.
++ **jms.forceSyncSend** Override certain asynchronous send conditions and always send messages from a MessageProducer synchronously. Sends using a CompletionListener are not affected and are implicitly always asynchronous.
 + **jms.forceAsyncAcks** Causes all Message acknowledgments to be sent asynchronously.
 + **jms.localMessageExpiry** Controls whether MessageConsumer instances will locally filter expired Messages or deliver them.  By default this value is set to true and expired messages will be filtered.
 + **jms.localMessagePriority** If enabled prefetched messages are reordered locally based on their given Message priority value. Default is false.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org