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.
jms, messaging, integration, queue, topic, publish, subscribe, activemq
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 Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Broker Host | Broker Host | localhost | The host of the ActiveMQ broker. The host name can be an IP address or a host name. | |
Broker Port | Broker Port | 61616 | The port to be used when making a connection to the ActiveMQ broker. | |
Username | Username | Username to use when connecting to the ActiveMQ broker. | ||
Password | Password | Password to use when connecting to the ActiveMQ broker. Sensitive Property: true | ||
SSL Context Service | SSL Context Service | Controller Service API: SSLContextService Implementations: StandardRestrictedSSLContextService StandardSSLContextService | The SSL Context Service used to provide client certificate information for TLS/SSL connections. |