QPIDJMS-48: update docs with new option
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/ef375058 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/ef375058 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/ef375058 Branch: refs/heads/master Commit: ef375058577c79340fd84125b6ba877bda048224 Parents: e9d752a Author: Robert Gemmell <rob...@apache.org> Authored: Tue Jun 9 17:55:38 2015 +0100 Committer: Robert Gemmell <rob...@apache.org> Committed: Tue Jun 9 18:03:04 2015 +0100 ---------------------------------------------------------------------- qpid-jms-docs/Configuration.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/ef375058/qpid-jms-docs/Configuration.md ---------------------------------------------------------------------- diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md index 983c160..661b3ab 100644 --- a/qpid-jms-docs/Configuration.md +++ b/qpid-jms-docs/Configuration.md @@ -80,6 +80,7 @@ The options apply to the behaviour of the JMS objects such as Connection, Sessio + **jms.alwaysSyncSend** Override all asynchronous send conditions and always sends every Message from a MessageProducer synchronously. + **jms.sendAcksAsync** Causes all Message acknowledgments to be sent asynchronously. + **jms.localMessagePriority** If enabled prefetched messages are reordered locally based on their given Message priority value. ++ **jms.validatePropertyNames** If message property names should be validated as valid Java identifiers. Default is true. + **jms.queuePrefix** Optional prefix value added to the name of any Queue created from a JMS Session. + **jms.topicPrefix** Optional prefix value added to the name of any Topic created from a JMS Session. + **jms.closeTimeout** Timeout value that controls how long the client waits on Connection close before returning. (By default the client waits 15 seconds for a normal close completion event). --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org