Uses of Package
org.frankframework.jms
Package
Description
-
ClassDescriptionA JmsRealm is a definition of a JMS provider, and is kind of a utility class to prevent the tedeous work of repeatedly defining all parameters to connect to a queue or topic.Singleton that has the different jmsRealms.
Typical use: JmsRealmFactory.getInstance().<method to execute> -
ClassDescriptionCommon baseclass for Pulling and Pushing JMS Listeners.Basic browser of JMS Messages.Factory for
MessagingSource
s, to share them for JMS Objects that can use the same.Basic browser of JMS Messages.JMS related exception.Provides functions for jms connections, queues and topics and acts as a facade to hide for clients whether aQueue
orTopic
is used.The JMSMessage
class for the outgoing message.MessagingSource
for JMS connections.A JmsRealm is a definition of a JMS provider, and is kind of a utility class to prevent the tedeous work of repeatedly defining all parameters to connect to a queue or topic.Singleton that has the different jmsRealms.
Typical use: JmsRealmFactory.getInstance().<method to execute>Generic Source for JMS connection, to be shared for JMS Objects that can use the same.JMSListener re-implemented as a pushing listener rather than a pulling listener. -
-
-