Skip to content

Latest commit

 

History

History
133 lines (93 loc) · 4.91 KB

quarkus-solace-extension-outgoing.adoc

File metadata and controls

133 lines (93 loc) · 4.91 KB

Outgoing configuration for Quarkus Solace Messaging Connector

Configuration property

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 0 remove the limit.

long

1024

Whether the client waits to receive the publish receipt from Solace broker before acknowledging the message.

boolean

true

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 reject, elastic, wait. Refer to link.

string

elastic

Outgoing messages backpressure buffer capacity.

integer

1024