Incoming configuration for Quarkus Solace Messaging Connector
Type |
Default |
|
---|---|---|
The queue name of receiver. |
string |
required [exclamation circle] |
The queue type of receiver. Supported values |
string |
|
Create resources on broker if not available. When set to |
string |
|
Whether to add configured subscriptions to queue. Will fail if permissions to configure subscriptions is not allowed on broker. |
boolean |
|
The comma separated list of subscriptions, the channel name if empty. This configuration is considered if |
string |
|
The receiver selector query. If configured, broker will filter messages using this condition. |
string |
|
The receiver replay strategy. Supported values |
string |
|
The receiver replay timebased start time. Set this value if |
string |
|
The receiver replay replication group message id. |
|
|
Specify the failure strategy to apply when a message consumed from Solace broker is nacked. Accepted values are
|
|
ignore |
The error topic where message should be published in case of error. |
|
|
Whether error message is eligible to move to dead message queue. |
|
|
TTL for Error message before moving to dead message queue. |
|
|
Maximum number of attempts to send a failed message to the error topic in case of failure. Each attempt will have a backoff interval of 1 second. When all delivery attempts have been exhausted, the failed message will be requeued on the queue for redelivery. |
|
|
Whether to enable negative acknowledgments on failed messages. Nacks are supported on event brokers 10.2.1 and later. If an event broker does not support Nacks, an exception is thrown. |
|
|