Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [RabbitMQ] >  [InboundAdapter]
Private  Storage   

class EnsLib.RabbitMQ.InboundAdapter extends EnsLib.Messaging.Common, EnsLib.RabbitMQ.Common, EnsLib.PEX.InboundAdapter

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 4 1


Summary

Properties
%CredentialsObj %WarnedLatest %gatewayConnection %gatewayExtraClasspaths
%gatewayHost %gatewayName %gatewayPort %gatewayProxy
%gatewayTimeout %remoteClassname %remoteSettings BindingKeys
BusinessHost CallInterval ClientKeyFile Credentials
EnableHostnameVerification EnableSSL ExchangeName ExtraClasspaths
KeepaliveInterval KeyStoreCredentials KeyStoreFile MQHost
MQPort MQVirtualHost PrivateKeyCredentials QueueName
ReceiveSettings RegistryID TLSVersion

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
AssignOneSetting CheckGatewayConnection CheckGatewayDisconnection ClearAllAppData
ClearRuntimeAppData ClearStaticAppData Connect CredentialsSet
Disconnect EnumerateSettingsClose EnumerateSettingsExecute EnumerateSettingsFetch
GetMessagingClientJARPaths GetSettings OnGetConnections OnInit
OnKeepalive OnTask OnTearDown SetPropertyValues
deserialize dispatchSendRequestAsync dispatchSendRequestSync getCredentials
serialize


Parameters

• parameter SETTINGS = "QueueName:RabbitMQ Settings,ExchangeName:RabbitMQ Settings,BindingKeys:RabbitMQ Settings,ReceiveSettings:RabbitMQ Settings";
List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

• property BindingKeys as %String(MAXLEN=1000);
RabbitMQ binding keys
• property ExchangeName as %String(MAXLEN=100);
RabbitMQ exchange name
• property QueueName as %String(MAXLEN=100);
RabbitMQ queue name
• property ReceiveSettings as %String(MAXLEN=300);
Parameters to receive messages as JSON string

Methods

• method OnInit() as %Status
This user callback method is called just after %OnNew()


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