class EnsLib.JMSPEX.InboundAdapter
extends EnsLib.Messaging.Common, EnsLib.JMSPEX.Common, EnsLib.PEX.InboundAdapter
parameter SETTINGS = "QueueOrTopicName:JMS Settings,ReceiveSettings:JMS Settings";
List of properties can be set as settings in the configuration file
format is a comma separated list of property names
property QueueOrTopicName
as %String(MAXLEN=100);
JMS queue or topic name
property ReceiveSettings
as %String(MAXLEN=300);
Parameters to receive messages as JSON string
method OnInit()
as %Status
This user callback method is called just after %OnNew()