Package org.frankframework.jms
Interface IConnectionFactoryFactory
- All Known Implementing Classes:
JndiConnectionFactoryFactory
,NarayanaConnectionFactoryFactory
public interface IConnectionFactoryFactory
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.jms.ConnectionFactory
getConnectionFactory
(String connectionFactoryName) jakarta.jms.ConnectionFactory
getConnectionFactory
(String connectionFactoryName, Properties jndiEnvironment) Return all known/registered ConnectionFactories
-
Method Details
-
getConnectionFactory
jakarta.jms.ConnectionFactory getConnectionFactory(String connectionFactoryName) throws NamingException - Throws:
NamingException
-
getConnectionFactory
jakarta.jms.ConnectionFactory getConnectionFactory(String connectionFactoryName, Properties jndiEnvironment) throws NamingException - Throws:
NamingException
-
getConnectionFactoryNames
Return all known/registered ConnectionFactories
-