- JMS_OBJECT_CREATION_FAILED - Static variable in interface com.fiorano.esb.service.filenamedconfig.Bundle
-
- jmsHandler - Variable in class com.fiorano.esb.service.filenamedconfig.FileNamedConfigMessageListener
-
Used to get the jms related objects like session, producer etc.
- JMSHandler - Class in com.fiorano.esb.service.filenamedconfig
-
JMSHandler class holds the MessageProducer, MessageConsumer, InputPortHandler and session for every session
on the InputPort.
- JMSHandler(InputPortHandler, int, Connection, IServiceConfiguration, ServiceExceptionHandler) - Constructor for class com.fiorano.esb.service.filenamedconfig.JMSHandler
-
Creates a JMSHandler object which is used in creating the JMS objects like Session, MessageProducer,
MessageConsumer etc to start the service.
- JMSObjects - Class in com.fiorano.esb.service.filenamedconfig
-
JMSObjects handles the creation of connection parameters, does the lookup and creates the JMSHandler.
- JMSObjects(FileNamedConfig) - Constructor for class com.fiorano.esb.service.filenamedconfig.JMSObjects
-
Creates an instance of JMSObjects.