Skip to main content

EnsLib.RabbitMQ.InboundAdapter

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

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = QueueName:RabbitMQ Settings,ExchangeName:RabbitMQ Settings,BindingKeys:RabbitMQ Settings,ReceiveSettings:RabbitMQ Settings;
Inherited description: 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 methods: BindingKeysDisplayToLogical(), BindingKeysGet(), BindingKeysIsValid(), BindingKeysLogicalToDisplay(), BindingKeysLogicalToOdbc(), BindingKeysNormalize(), BindingKeysSet()
property ExchangeName as %String (MAXLEN = 100);
RabbitMQ exchange name
Property methods: ExchangeNameDisplayToLogical(), ExchangeNameGet(), ExchangeNameIsValid(), ExchangeNameLogicalToDisplay(), ExchangeNameLogicalToOdbc(), ExchangeNameNormalize(), ExchangeNameSet()
property QueueName as %String (MAXLEN = 100);
RabbitMQ queue name
Property methods: QueueNameDisplayToLogical(), QueueNameGet(), QueueNameIsValid(), QueueNameLogicalToDisplay(), QueueNameLogicalToOdbc(), QueueNameNormalize(), QueueNameSet()
property ReceiveSettings as %String (MAXLEN = 300);
Parameters to receive messages as JSON string
Property methods: ReceiveSettingsDisplayToLogical(), ReceiveSettingsGet(), ReceiveSettingsIsValid(), ReceiveSettingsLogicalToDisplay(), ReceiveSettingsLogicalToOdbc(), ReceiveSettingsNormalize(), ReceiveSettingsSet()

Methods

method OnInit() as %Status
Inherited description: This user callback method is called just after %OnNew()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab