class %External.Messaging.RabbitMQQueueSettings
extends %External.Messaging.Settings
Settings to create RabbitMQ queue.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
3
|
|
|
|
|
|
property autoDelete
as %Boolean [ InitialExpression = 0 ];
True if queue is auto deleted(server will delete it when no longer in use).
property durable
as %Boolean [ InitialExpression = 0 ];
True if queue is durable(the queue will surrvive a server restart).
property exclusive
as %Boolean [ InitialExpression = 0 ];
True if queue is exclusive(restricted to this connection).