Interface | Description |
---|---|
IConnectionFactoryFactory |
Class | Description |
---|---|
IbisMessageListenerContainer |
Extend the DefaultMessageListenerContainer from Spring to add trace logging and make it possible to monitor the last
poll finished time.
|
JmsBrowser<M extends javax.jms.Message> |
Basic browser of JMS Messages.
|
JMSFacade |
Provides functions for jms connections, queues and topics and acts as a facade
to hide for clients whether a
Queue or Topic is used. |
JmsListener |
A true multi-threaded
Listener -class. |
JmsListenerBase |
Common baseclass for Pulling and Pushing JMS Listeners.
|
JmsMessageBrowser<M,J extends javax.jms.Message> |
Basic browser of JMS Messages.
|
JmsMessageBrowserIteratorItem | |
JmsMessagingSource |
MessagingSource for JMS connections. |
JmsMessagingSourceFactory |
Factory for
JmsMessagingSource s, to share them for JMS Objects that can use the same. |
JmsQueueBrowserIterator |
Helper class for browsing queues.
|
JmsRealm |
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.
|
JmsRealmFactory |
Singleton that has the different jmsRealms.
Typical use: JmsRealmFactory.getInstance().<method to execute> |
JmsSender |
This class sends messages with JMS.
|
JmsTransactionalStorage<S extends Serializable> |
JMS implementation of
ITransactionalStorage . |
MessagingSource |
Generic Source for JMS connection, to be shared for JMS Objects that can use the same.
|
MessagingSourceFactory |
Factory for
MessagingSource s, to share them for JMS Objects that can use the same. |
PullingJmsListener |
A true multi-threaded
Listener -class. |
PushingJmsListener |
JMSListener re-implemented as a pushing listener rather than a pulling listener.
|
XmlJmsBrowserSender |
Sender for browsing and removing queue messages (with input and output in a XML message).
|
Enum | Description |
---|---|
JMSFacade.AcknowledgeMode | |
JMSFacade.DeliveryMode | |
JMSFacade.DestinationType | |
JMSFacade.SubscriberType | |
JmsSender.LinkMethod |
Exception | Description |
---|---|
JmsException |
JMS related exception.
|
Copyright © 2023 Frank!Framework. All rights reserved.