laglangyue commented on code in PR #674:
URL: https://github.com/apache/pekko-connectors/pull/674#discussion_r1630716525


##########
jakartams/src/main/resources/reference.conf:
##########
@@ -0,0 +1,134 @@
+# SPDX-License-Identifier: Apache-2.0
+
+# Settings for the Apache Pekko Connectors JMS connector
+#
+pekko.connectors.jakartams {
+  #connection-retry
+  # Connection Retry Settings
+  # these set the defaults for Consumer, Producer, and Browse settings
+  connection-retry {
+    # Time allowed to establish and start a connection.
+    connect-timeout = 10 seconds
+    # Wait time before retrying the connection the first time.
+    initial-retry = 100 millis
+    # Back-off factor for subsequent retries.
+    backoff-factor = 2
+    # Back-off factor for subsequent retries.
+    max-backoff = 1 minute

Review Comment:
   the comment of max-backoff is same to backoff-factor



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to