Skip to main content

%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

FeedbackOpens in a new tab