Package org.apache.beam.sdk.io.jms
Class ConnectionConfiguration.StandardJmsConnectionFactory
java.lang.Object
org.apache.beam.sdk.io.jms.ConnectionConfiguration.StandardJmsConnectionFactory
- All Implemented Interfaces:
Serializable,BeamGenericJmsConnectionFactory
- Enclosing class:
ConnectionConfiguration
public static class ConnectionConfiguration.StandardJmsConnectionFactory
extends Object
implements BeamGenericJmsConnectionFactory
A
BeamGenericJmsConnectionFactory implementation for standard JMS connection factories.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.jms.ConnectionFactoryCreates aConnectionFactoryusing the givenConnectionConfiguration.
-
Constructor Details
-
StandardJmsConnectionFactory
public StandardJmsConnectionFactory()
-
-
Method Details
-
createConnectionFactory
public javax.jms.ConnectionFactory createConnectionFactory(ConnectionConfiguration config) throws Exception Description copied from interface:BeamGenericJmsConnectionFactoryCreates aConnectionFactoryusing the givenConnectionConfiguration.- Specified by:
createConnectionFactoryin interfaceBeamGenericJmsConnectionFactory- Parameters:
config- the JMS connection configuration- Returns:
- configured JMS
ConnectionFactory - Throws:
Exception
-