What Network protocol ActiveMQ Broker is using to "push" Message to multiple Subscribers?
Does it use simple round robin TCP/IP or it could use more “advance” not peer to peer Network protocols (UDP, Multicast, Reliable UDP, ect)? Obviously with high number of subscribers and multiple clients, round robin approach is not perfect solution and lead to high latency and “unfair” condition for Message Subscribers from the bottom of the list even with Multiplexing and pooling algorithms. I know Reliable Multicast is still under development, but what can we do right now? -- View this message in context: http://www.nabble.com/What-Network-protocol-ActiveMQ-Broker-is-using-to-%22push%22-Message-to-multiple-Subscribers--tp17989325p17989325.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.