%External.Messaging.RabbitMQReceiveSettings
class %External.Messaging.RabbitMQReceiveSettings extends %External.Messaging.Settings
Property Inventory
Properties
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 methods: ackMultipleDisplayToLogical(), ackMultipleGet(), ackMultipleIsValid(), ackMultipleLogicalToDisplay(), ackMultipleNormalize(), ackMultipleSet()
property autoAck as %Boolean [ InitialExpression = 0 ];
true if the server should consider messages acknowledged once delivered;
false if the server should expect explicit acknowledgements.
Property methods: autoAckDisplayToLogical(), autoAckGet(), autoAckIsValid(), autoAckLogicalToDisplay(), autoAckNormalize(), autoAckSet()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %JSONExport()
- %JSONExportToStream()
- %JSONExportToString()
- %JSONImport()
- %JSONNew()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- FromJSON()
- ToJSON()