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

abstract class EnsLib.JMSPEX.Common extends %RegisteredObject

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 5


Summary

Properties
ClientID ConnectionFactoryName Credentials InitialContextFactoryName
URL

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

Subclasses
EnsLib.JMSPEX.InboundAdapter EnsLib.JMSPEX.OutboundAdapter

Parameters

• parameter SETTINGS = "URL:JMS Settings,InitialContextFactoryName:JMS Settings,ConnectionFactoryName:JMS Settings,ClientID:JMS Settings,Credentials:JMS Settings:credentialsSelector";

Properties

• 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


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