Skip to main content

JMSConnectionFactoryProvider

Description

Provides a generic service to create vendor specific javax.jms.ConnectionFactory implementations. The Connection Factory can be served once this service is configured successfully.

Tags

integration, jms, messaging, publish, queue, subscribe, topic

Properties

In the list below required Properties are shown with an asterisk (*). Other properties are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
JMS Connection Factory Implementation Class *cfThe fully qualified name of the JMS ConnectionFactory implementation class (eg. org.apache.activemq.ActiveMQConnectionFactory).

Supports Expression Language, using Environment variables.
JMS Client LibrariescflibPath to the directory with additional resources (eg. JARs, configuration files etc.) to be added to the classpath (defined as a comma separated list of values). Such resources typically represent target JMS client libraries for the ConnectionFactory implementation.

Supports Expression Language, using Environment variables.
JMS Broker URIbrokerURI pointing to the network location of the JMS Message broker. Example for ActiveMQ: 'tcp://myhost:61616'. Examples for IBM MQ: 'myhost(1414)' and 'myhost01(1414),myhost02(1414)'.

Supports Expression Language, using Environment variables.
JMS SSL Context ServiceSSL Context ServiceController Service:
SSLContextService

Implementations:
StandardRestrictedSSLContextService
StandardSSLContextService
The SSL Context Service used to provide client certificate information for TLS/SSL connections.

State Management

This component does not store state.

Restricted

Required PermissionExplanation
reference remote resourcesClient Library Location can reference resources over HTTP

System Resource Considerations

This component does not specify system resource considerations.

See Also

ConsumeJMS, PublishJMS