Skip to main content

%External.Messaging.RabbitMQSettings

class %External.Messaging.RabbitMQSettings extends %External.Messaging.Settings

Settings to create RabbitMQ client

Property Inventory

Properties

property clientKeyFile as %String (MAXLEN = 200);
Client key file name
Property methods: clientKeyFileDisplayToLogical(), clientKeyFileGet(), clientKeyFileIsValid(), clientKeyFileLogicalToDisplay(), clientKeyFileLogicalToOdbc(), clientKeyFileNormalize(), clientKeyFileSet()
property enableHostnameVerification as %Boolean [ InitialExpression = 0 ];
Flag to enable hostname verification
Property methods: enableHostnameVerificationDisplayToLogical(), enableHostnameVerificationGet(), enableHostnameVerificationIsValid(), enableHostnameVerificationLogicalToDisplay(), enableHostnameVerificationNormalize(), enableHostnameVerificationSet()
property enableSSL as %Boolean [ InitialExpression = 0 ];
Flag to enable SSL
Property methods: enableSSLDisplayToLogical(), enableSSLGet(), enableSSLIsValid(), enableSSLLogicalToDisplay(), enableSSLNormalize(), enableSSLSet()
property host as %String [ InitialExpression = "localhost" ];
RabbitMQ server host name.
Property methods: hostDisplayToLogical(), hostGet(), hostIsValid(), hostLogicalToDisplay(), hostLogicalToOdbc(), hostNormalize(), hostSet()
property keyPassword as %String (MAXLEN = 200);
Private key password
Property methods: keyPasswordDisplayToLogical(), keyPasswordGet(), keyPasswordIsValid(), keyPasswordLogicalToDisplay(), keyPasswordLogicalToOdbc(), keyPasswordNormalize(), keyPasswordSet()
property keyStoreFile as %String (MAXLEN = 200);
Key store file name
Property methods: keyStoreFileDisplayToLogical(), keyStoreFileGet(), keyStoreFileIsValid(), keyStoreFileLogicalToDisplay(), keyStoreFileLogicalToOdbc(), keyStoreFileNormalize(), keyStoreFileSet()
property keyStorePassword as %String (MAXLEN = 200);
Key store password
Property methods: keyStorePasswordDisplayToLogical(), keyStorePasswordGet(), keyStorePasswordIsValid(), keyStorePasswordLogicalToDisplay(), keyStorePasswordLogicalToOdbc(), keyStorePasswordNormalize(), keyStorePasswordSet()
property password as %String (MAXLEN = 200) [ InitialExpression = "guest" ];
Password used to connect to RabbitMQ server.
Property methods: passwordDisplayToLogical(), passwordGet(), passwordIsValid(), passwordLogicalToDisplay(), passwordLogicalToOdbc(), passwordNormalize(), passwordSet()
property port as %Integer [ InitialExpression = 5672 ];
RabbitMQ server port number.
Property methods: portDisplayToLogical(), portGet(), portIsValid(), portLogicalToDisplay(), portNormalize(), portSet(), portXSDToLogical()
property tlsVersion as %String [ InitialExpression = "TLSv1.2" ];
TLS version
Property methods: tlsVersionDisplayToLogical(), tlsVersionGet(), tlsVersionIsValid(), tlsVersionLogicalToDisplay(), tlsVersionLogicalToOdbc(), tlsVersionNormalize(), tlsVersionSet()
property username as %String [ InitialExpression = "guest" ];
User name used to connect to RabbitMQ server.
Property methods: usernameDisplayToLogical(), usernameGet(), usernameIsValid(), usernameLogicalToDisplay(), usernameLogicalToOdbc(), usernameNormalize(), usernameSet()
property virtualHost as %String [ InitialExpression = "/" ];
RabbitMQ server virtual host name.
Property methods: virtualHostDisplayToLogical(), virtualHostGet(), virtualHostIsValid(), virtualHostLogicalToDisplay(), virtualHostLogicalToOdbc(), virtualHostNormalize(), virtualHostSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab