It turns out the /etc/sasl2/qpidd.conf comes from the apt-get install qpidd
pointing to a different db location. Change that address the SASL issue.
But still I cannot get the link working. I end up writing a shovel program
that fetches messages from local queue and resend them to Azure.
--
V
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 wrote:
> H
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 se
I don't have examples yet, other than the SelectableMessengerTest in
messenger.py. I did just commit the doxygen API-docs for all that stuff a
couple of minutes ago, so you might start there. You'll need to do a 'make
docs' from a trunk proton checkout and then point your browser to
/proton-c/docs/
Hey folks,
I've noticed that PROTON-525/531/534 cover work to expose some bits of
messenger that were previously internal and allow messenger to be driven
from an external poll/select/epoll.
I'm quite interested in this from the perspective of the JavaScript
bindings that I'm working on, but
> -Original Message-
> From: Fraser Adams [mailto:fraser.ad...@blueyonder.co.uk]
> Sent: Thursday, March 13, 2014 6:51 PM
> To: users@qpid.apache.org
> Subject: Re: Send messages from one queue to another queue?
>
> Don't know if you noticed my post yesterday about the move/purge/reroute
On 03/14/2014 04:18 AM, Andrew Stitcher wrote:
On Thu, 2014-03-13 at 20:44 +, Gordon Sim wrote:
...
I'd like to change the check for proton to be simply (after my new work
which should be going into Proton 0.7):
find_package(Proton 0.5)
My only concern with an open ended dependency is ar