Versions Compared

Key

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

...

As an example, three end points configured and five messages are published.:

  • With PUSH_TO_ALL, all three end points will receive all five messages (3x5 = 15)
  • With PUSH_TO_ANY, only one of the end points, and it could be anyone, will get a message (1x5 = 5)

...