RabbitMQJMSConnectionFactoryProvider

Description:

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

Tags:

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

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 RabbitMQ broker. The host name can be an IP address or a host name.
Broker PortBroker Port5672The port to be used when making a connection to the RabbitMQ broker.
Virtual HostVirtual Host/The virtualHost to be used when creating a connection to the RabbitMQ broker.
UsernameUsernameUsername to use when connecting to the RabbitMQ broker.
PasswordPasswordPassword to use when connecting to the RabbitMQ 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