public class JMSConnectionFactoryManager extends Object
| Modifier and Type | Method and Description |
|---|---|
static JMSConnectionFactoryManager |
getInstance()
Get an instance of this Singleton class.
|
JMSClientConnectionFactory |
getJMSConnectionFactory(Properties properties)
Get the JMSServerConnectionFactory against the passed parameters.
|
void |
removeClientConnectionFactory(String factoryId)
Remove given client connection factory from the Factories map.
|
public static JMSConnectionFactoryManager getInstance()
JMSConnectionFactoryManagerpublic JMSClientConnectionFactory getJMSConnectionFactory(Properties properties) throws JMSConnectorException
properties - JMS properties.JMSConnectorException - if an error occurs when creating the connection factory.public void removeClientConnectionFactory(String factoryId)
factoryId - Id of the factory to be removed.Copyright © 2019 WSO2. All rights reserved.