Package org.frankframework.jms
Class JmsMessagingSource
java.lang.Object
org.frankframework.jms.MessagingSource
org.frankframework.jms.JmsMessagingSource
MessagingSource
for JMS connections.- Since:
- 4.4
- Author:
- Gerrit van Brakel
-
Field Summary
Fields inherited from class org.frankframework.jms.MessagingSource
CLOSE, log
-
Constructor Summary
ConstructorDescriptionJmsMessagingSource
(String connectionFactoryName, String jndiContextPrefix, Context context, jakarta.jms.ConnectionFactory connectionFactory, Map<String, MessagingSource> messagingSourceMap, String authAlias, boolean createDestination, Map<String, String> proxiedDestinationNames) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.jms.Destination
createDestination
(String destinationName) jakarta.jms.Destination
lookupDestination
(String destinationName) Methods inherited from class org.frankframework.jms.MessagingSource
cleanUpOnClose, close, connectionsArePooled, createConnection, createDestination, createSession, decreaseReferences, getAuthAlias, getConnectionFactory, getContext, getDynamicReplyQueue, getId, getLogPrefix, getManagedConnectionFactory, getPhysicalName, increaseReferences, releaseDynamicReplyQueue, releaseSession, sessionsArePooled, setAuthAlias, useSingleDynamicReplyQueue
-
Constructor Details
-
JmsMessagingSource
-
-
Method Details
-
lookupDestination
public jakarta.jms.Destination lookupDestination(String destinationName) throws JmsException, NamingException - Throws:
JmsException
NamingException
-
createDestination
- Throws:
JmsException
-