Updated help text to reflect the proper workings of the durable option
when it comes to producers
This commit is contained in:
Timothy Bish 2013-09-18 14:36:47 -04:00
parent e6e7ba7e44
commit 97bbd2dfe9
1 changed files with 241 additions and 241 deletions

View File

@ -110,8 +110,8 @@
or queues
subject - Used to specify a custom destination name,
e.g. MyDestination
durable - A boolean to specify that you want to create
a durable topic subscriber?
durable - A boolean to specify that you want to change the DeliveryMode of
the produced messages ('PERSISTENT':'true' or 'NON-PERSISTENT':'false')
max - The maximum number of messages to wait for
before shutting down
sleepTime - The time to sleep between message consumptions