public class JMSConnectionFactoryManager extends Object
JMSConnectionFactory
objects.Constructor and Description |
---|
JMSConnectionFactoryManager(ParameterInclude trpInDesc)
Construct a Connection factory manager for the JMS transport sender or receiver
|
Modifier and Type | Method and Description |
---|---|
JMSConnectionFactory |
getJMSConnectionFactory(Map<String,String> props)
Get the JMS connection factory that matches the given properties, i.e.
|
JMSConnectionFactory |
getJMSConnectionFactory(String name)
Get the JMS connection factory with the given name.
|
protected void |
handleException(String msg,
Exception e) |
void |
stop()
Stop all connection factories.
|
public JMSConnectionFactoryManager(ParameterInclude trpInDesc)
trpInDesc
- public JMSConnectionFactory getJMSConnectionFactory(String name)
name
- the name of the JMS connection factorypublic JMSConnectionFactory getJMSConnectionFactory(Map<String,String> props)
props
- a Map of connection factory JNDI properties and namepublic void stop()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.