In qpidd what's the maximum number of subscriptions to a queue node

2015-07-11 Thread Fraser Adams
Hey all, Suppose I have a queue on qpidd, I know that I can have multiple consumer clients subscribing to that queue node - I've used that several times to provide a means of scaling out consumers, so if I have n consumers each consumer receives roughly 1/n of the messages published onto the

Re: In qpidd what's the maximum number of subscriptions to a queue node

2015-07-11 Thread Steve Huston
Hi Frase, You’ve done a good job at guessing the limits - I’ll let Gordon educate us on the rest. The threading model, though - definitely not per connection. There’s a pool of threads that can handle I/O - by default there are (number of cores) + 1, but you can change it by command line