elasticio / sailor-jvm

The official elastic.io library for bootstrapping and executing for connectors built on JVM.
0 stars 2 forks source link

AMQP Retry and Delay #31

Open A3a3e1 opened 4 years ago

A3a3e1 commented 4 years ago

Retry with delays for AMQP messages. Environment variable: AMQP_PUBLISH_RETRY_DELAY, AMQP_PUBLISH_RETRY_ATTEMPTS. Defaults: AMQP_PUBLISH_RETRY_DELAY - 100ms AMQP_PUBLISH_RETRY_ATTEMPTS - 10 Java AMQP client have no support for retry.

Create retry logic by adding custom number of retries header to message

zubairov commented 4 years ago

@A3a3e1 what are the triggers when AMQP message should be re-send?