mirror of https://github.com/apache/activemq.git
Updated help text to reflect the proper workings of the durable option when it comes to producers
This commit is contained in:
parent
e6e7ba7e44
commit
97bbd2dfe9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue