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 optio
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