Configure your API entrypoints
Configure how your users will consume your API
Webhook
Server errors and DLQ
If this option is disabled and DLQ is enabled then messages unsuccessfully pushed due to 5xx are stored in the defined external storage.
Interrupt messages consumption in case of 5xx error
If the request to the callback URL ends with a 5xx error, this option determines if the subscription should be stopped or not. Default is true.
Exceptions and DLQ
If this option is disabled and DLQ is enabled then messages unsuccessfully pushed due to exceptions are stored in the defined external storage.
Interrupt messages consumption in case of any exception
If the request to the callback URL ends with an exception such as HostUnknownException, TimeoutException, this option determines if the subscription should be stopped or not. Default is true.
HTTP Options
Connect timeout (ms)
3000
Maximum time to connect to the webhook in milliseconds.
Read timeout (ms)
10000
Maximum time given to the webhook to complete the request (including response) in milliseconds.
Idle timeout
Maximum time a connection will stay in the pool without being used in milliseconds. Once the timeout has elapsed, the unused connection will be closed, allowing to free the associated resources.
Idle timeout (ms)
60000
Max Concurrent Connections
5
Maximum pool size for connections. (default: 5, maximum: 20). Automatically set to 1 with qos AT_LEAST_ONCE or AT_MOST_ONCE.
Proxy Options
Select option
No proxy/ SYSTEM LEVEL / FOR CLIENT CONNECTIONS
Quality of service
Define the guaranteed level of message delivery.
A given quality of service may or may not be supported by a given endpoint. Support also depends on the protocol used for the entrypoint. Please check the documentation for QoS compatibility. Learn more
Quality of Service
AUTO