class %External.Messaging.RabbitMQReceiveSettings
extends %External.Messaging.Settings
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
2
|
|
|
|
|
|
property ackMultiple
as %Boolean [ InitialExpression = 0 ];
true to acknowledge all messages up to and including the supplied delivery tag;
false to acknowledge just the supplied delivery tag.
property autoAck
as %Boolean [ InitialExpression = 0 ];
true if the server should consider messages acknowledged once delivered;
false if the server should expect explicit acknowledgements.