Skip to main content

JndiJmsConnectionFactoryProvider

Description

Provides a service to lookup an existing JMS ConnectionFactory using the Java Naming and Directory Interface (JNDI).

Tags

integration, jms, jndi, 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
JNDI Initial Context Factory Class *java.naming.factory.initialThe fully qualified class name of the JNDI Initial Context Factory Class (java.naming.factory.initial).

Supports Expression Language, using Environment variables.
JNDI Provider URL *java.naming.provider.urlThe URL of the JNDI Provider to use as the value for java.naming.provider.url. See additional details documentation for allowed URL schemes.

Supports Expression Language, using Environment variables.
JNDI Name of the Connection Factory *connection.factory.nameThe name of the JNDI Object to lookup for the Connection Factory.

Supports Expression Language, using Environment variables.
JNDI / JMS Client Librariesnaming.factory.librariesSpecifies jar files and/or directories to add to the ClassPath in order to load the JNDI / JMS client libraries. This should be a comma-separated list of files, directories, and/or URLs. If a directory is given, any files in that directory will be included, but subdirectories will not be included (i.e., it is not recursive).

Supports Expression Language, using Environment variables.
JNDI Principaljava.naming.security.principalThe Principal to use when authenticating with JNDI (java.naming.security.principal).

Supports Expression Language, using Environment variables.
JNDI Credentialsjava.naming.security.credentialsThe Credentials to use when authenticating with JNDI (java.naming.security.credentials).

State Management

This component does not store state.

Restricted

This component is not restricted.

System Resource Considerations

This component does not specify system resource considerations.

See Also

JMSConnectionFactoryProvider, ConsumeJMS, PublishJMS