Re: Client connection rate

2018-10-29 Thread Tim Bain
This isn't something that I've heard of anyone trying, so you may need to try it and see. I'd definitely suggest that you use the failover transport, but beyond that I don't think you should need to make other customizations. Tim On Mon, Oct 29, 2018, 6:19 AM jlilley wrote: > Doing a bit more

Re: Client connection rate

2018-10-29 Thread jlilley
Doing a bit more reading I can see there is a "backlog" setting in the server URL. I also see there is a failover transport(http://activemq.apache.org/failover-transport-reference.html) which can be configured client-side. Refining my question to be more specific, what combination of backlog and

Client connection rate

2018-10-28 Thread jlilley
We have an application that, when run in Hadoop, may cause a very large number (up to 1000) clients to attempt connections to the message broker simultaneously. Currently we use a custom TCP protocol, and I find that when there are that many inbound connections, the OS starts to refuse them, and I