Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%External] >  [Messaging] >  [RabbitMQQueueSettings]
Private  Storage   

class %External.Messaging.RabbitMQQueueSettings extends %External.Messaging.Settings

Settings to create RabbitMQ queue.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3


Summary

Properties
autoDelete durable exclusive

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


Properties

• 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).


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.