Scale question

2009-12-30 Thread Jon Watte
I notice that the default connection count for qpid is 300 connections. That seems very low for the use case I'm interested in. Is it reasonable to expect that each broker can serve 10,000 to 20,000 connections, if each connection just sees a few messages a second, totaling perhaps a kilobyte each

RE: Writing a QMF console in C++

2009-12-30 Thread Steve Huston
Hi Andrew, > I am having a hard time finding the equivalent of this > documentation > (http://qpid.apache.org/qmf-python-console-tutorial.html) for C++. I bet you are - it doesn't exist ;-) > Where could I best find information about writing a C++ QMF > Console application? Your best bet i

Writing a QMF console in C++

2009-12-30 Thread Andrew L
I am having a hard time finding the equivalent of this documentation (http://qpid.apache.org/qmf-python-console-tutorial.html) for C++. Where could I best find information about writing a C++ QMF Console application? Thanks! _