diff --git a/io/stomp/18-stomp.html b/io/stomp/18-stomp.html index 4f2549a9..7d9b307c 100644 --- a/io/stomp/18-stomp.html +++ b/io/stomp/18-stomp.html @@ -16,7 +16,7 @@ -
+
Enabling the ACK (acknowledgment) will set the ack header to client while subscribing to topics. This means the items on the broker queue will not be dequeue'd unless an ACK message is sent using the ack node.
@@ -73,7 +73,7 @@
-
The Destination field is optional. If not set uses the msg.topic +
The Destination field is optional. If not set uses the msg.topic property of the message.
@@ -147,6 +147,9 @@
+
+ Reconnection timings are calculated using exponential backoff. The first reconnection happens immediately, the second reconnection happens at +delay ms, the third at + 2*delay ms, etc. +