You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Azure Injector has a Push Policy property that can be used, along with adding endpoint configurations, to increase the throughput of the Injector.

The Push Policy defines which endpoints to push to.

  • If PUSH_TO_ALL is selected, every endpoint that is part of this set will receive all messages.
  • If PUSH_TO_ANY is selected, only one of the endpoints that is part of this set will receive any given message. 

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)



  • No labels