Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The default configuration is fine for locally-deployed listeners, but it can be problematic in a distributed context. For instance, if the listener is restarted while a message is sent to the topic, that message may be missed. Furthermore, if there is a networking hiccup between fedoraFedora's local broker and the remote listener, that too can result in lost messages. Instead, in this case, a queue may be better suited.

...