The qpidd has an option --max-connections which is by default set to 500.
This is most probably what is causing you trouble. You need to increase
this limit either directly from command line or in the configuration file.

Regards
Jakub


On Sat, Mar 15, 2014 at 12:17 AM, Emmanuel Bourg <[email protected]> wrote:

> Hi,
>
> I have a scalability issue with the Qpid C++ broker (version 0.16 on
> Debian). At about 500 concurrent connections the new connections are
> increasingly rejected with the error "connect() aborted" (this message
> comes from the Java client). The connection is closed immediately after
> the broker sent the protocol header.
>
> Is this a know limitation of the broker, or is there something I can do
> to handle more connections?
>
> Thank you,
>
> Emmanuel Bourg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to