ActiveMQJMSConnectionFactoryProvider

Description:

The ActiveMQ JMS Connection Factory Provider simplifies integration between Apache NiFi and Apache ActiveMQ by providing a JMS Connection Factory. It includes the ActiveMQ client library, eliminating the need for users to handle library integration themselves.

Tags:

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

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Broker HostBroker HostlocalhostThe host of the ActiveMQ broker. The host name can be an IP address or a host name.
Broker PortBroker Port61616The port to be used when making a connection to the ActiveMQ broker.
UsernameUsernameUsername to use when connecting to the ActiveMQ broker.
PasswordPasswordPassword to use when connecting to the ActiveMQ broker.
Sensitive Property: true
SSL Context ServiceSSL Context ServiceController Service API:
SSLContextService
Implementations: StandardSSLContextService
StandardRestrictedSSLContextService
The SSL Context Service used to provide client certificate information for TLS/SSL connections.

State management:

This component does not store state.

Restricted:

This component is not restricted.

System Resource Considerations:

None specified.

See Also:

ConsumeJMS, PublishJMS