Package org.apache.beam.sdk.io.jms
Class ConnectionConfiguration.IbmMqJmsConnectionFactory
java.lang.Object
org.apache.beam.sdk.io.jms.ConnectionConfiguration.IbmMqJmsConnectionFactory
- All Implemented Interfaces:
Serializable,BeamGenericJmsConnectionFactory
- Enclosing class:
ConnectionConfiguration
public static class ConnectionConfiguration.IbmMqJmsConnectionFactory
extends Object
implements BeamGenericJmsConnectionFactory
A
BeamGenericJmsConnectionFactory implementation for IBM MQ.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.jms.ConnectionFactoryCreates aConnectionFactoryusing the givenConnectionConfiguration.
-
Constructor Details
-
IbmMqJmsConnectionFactory
public IbmMqJmsConnectionFactory()
-
-
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
-