Outgoing configuration for Quarkus Solace Messaging Connector
Type |
Default |
|
---|---|---|
The topic to publish messages, by default the channel name. |
string |
required [exclamation circle] |
The maximum number of messages to be written to Solace broker. It limits the number of messages waiting to be written and acknowledged by the broker. You can set this attribute to |
long |
|
Whether the client waits to receive the publish receipt from Solace broker before acknowledging the message. |
boolean |
|
Timeout to receive the publish receipt from broker. |
integer |
|
Publish Window will determine the maximum number of messages the application can send before the Solace API must receive an acknowledgment from the Solace. |
integer |
|
It is possible for the client application to publish messages more quickly than the API can send them to the broker due to network congestion or connectivity issues. This delay can cause the internal buffer to accumulate messages until it reaches its capacity, preventing the API from storing any more messages. Supported strategies |
string |
|
Outgoing messages backpressure buffer capacity. |
integer |
|