On 02/08/16 20:18, Ted Ross wrote:
Since this is synchronous and durable, I would expect the store to be the bottleneck in these cases and that for rates of ~7.5K, the router shouldn't be a factor.
I don't know anything about the java broker internals, but when going through a router the messages will all be sent down one connection. The broker will probably then process these serially. That _may_ have a lower limit than writing to the store from multiple threads in parallel.
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
