abstract class EnsLib.JMSPEX.Common
extends %RegisteredObject
parameter SETTINGS = "URL:JMS Settings,InitialContextFactoryName:JMS Settings,ConnectionFactoryName:JMS Settings,ClientID:JMS Settings,Credentials:JMS Settings:credentialsSelector";
property ClientID
as %String(MAXLEN=100);
JMS client id
property ConnectionFactoryName
as %String(MAXLEN=100);
JMS connection factory name
property Credentials
as %String(MAXLEN=200);
This is the ID name of the set of credentials values (Username, Password) to be used to access the Kafka server.
property InitialContextFactoryName
as %String(MAXLEN=100);
JMS initial context factory name
property URL
as %String(MAXLEN=100);
JMS server URL