Provides service to create JMS Connection Factory to Azure Service Bus. The Connection Factory can be served once this service is configured successfully. This service is intended to use with ConsumeJMS and PublishJMS processors. The 'Username' and 'Password' properties on the JMS processors do not need to be configured and shall be left empty.
jms, messaging, integration, queue, topic, publish, subscribe, azure
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, and whether a property supports the NiFi Expression Language.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Service Bus Namespace | servicebus-namespace | The namespace of the Service Bus Supports Expression Language: true (will be evaluated using variable registry only) | ||
Service Bus Endpoint Suffix | servicebus-endpoint-suffix | servicebus.windows.net | The endpoint suffix of the Service Bus, e.g. servicebus.windows.net Supports Expression Language: true (will be evaluated using variable registry only) | |
Shared Access Policy Name | shared-access-policy-name | The Shared Access Policy Name used for authentication. Supports Expression Language: true (will be evaluated using variable registry only) | ||
Shared Access Policy Key | shared-access-policy-key | The Shared Access Policy Key used for authentication. Sensitive Property: true | ||
SSL Context Service | SSL Context Service | Controller Service API: SSLContextService Implementations: StandardRestrictedSSLContextService StandardSSLContextService | If specified, indicates the SSL Context Service that is used to communicate with the remote server. SSL is enabled by default, if SSL Context Service is not set, the default system truststore is used. |