%External.Messaging.RabbitMQQueueSettings
class %External.Messaging.RabbitMQQueueSettings extends %External.Messaging.Settings
Settings to create RabbitMQ queue.Property Inventory
Properties
property autoDelete as %Boolean [ InitialExpression = 0 ];
True if queue is auto deleted(server will delete it when no longer in use).
Property methods: autoDeleteDisplayToLogical(), autoDeleteGet(), autoDeleteIsValid(), autoDeleteLogicalToDisplay(), autoDeleteNormalize(), autoDeleteSet()
property durable as %Boolean [ InitialExpression = 0 ];
True if queue is durable(the queue will surrvive a server restart).
Property methods: durableDisplayToLogical(), durableGet(), durableIsValid(), durableLogicalToDisplay(), durableNormalize(), durableSet()
property exclusive as %Boolean [ InitialExpression = 0 ];
True if queue is exclusive(restricted to this connection).
Property methods: exclusiveDisplayToLogical(), exclusiveGet(), exclusiveIsValid(), exclusiveLogicalToDisplay(), exclusiveNormalize(), exclusiveSet()
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()