Package org.frankframework.jms
Class JmsMessagingSourceFactory
java.lang.Object
org.frankframework.jms.JmsMessagingSourceFactory
Factory for
MessagingSource
s, to share them for JMS Objects that can use the same.- Author:
- Gerrit van Brakel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMessagingSource
(String connectionFactoryName, String authAlias, boolean createDestination)
-
Constructor Details
-
JmsMessagingSourceFactory
-
-
Method Details
-
getMessagingSource
public MessagingSource getMessagingSource(String connectionFactoryName, String authAlias, boolean createDestination) throws IbisException - Throws:
IbisException
-