Re: Queues that exist only when their are receivers

2011-08-11 Thread Anthony Foglia
On Thu, Aug 11, 2011 at 10:36 AM, Gordon Sim wrote: > On 08/11/2011 03:18 PM, Anthony Foglia wrote: >> >> We're trying to create a topology where we have an exchange with a >> queue bound to it, such that while there are receivers attached to the >> queue, the que

Queues that exist only when their are receivers

2011-08-11 Thread Anthony Foglia
? Is our address correct? Below I have pasted my two test programs. -- Anthony Foglia Princeton Consultants (609) 987-8787 x233 - binding_test.cpp - #include #include #include #include #include #include void print_first_binding(const std::string & exchange) { std:

SWIG Python bindings

2011-06-30 Thread Anthony Foglia
comments would be appreciated--I'm new to SWIG, AMQP, and Qpid--especially on how to get it in the next release. PS: While working on the bindings, I found a small bug in AddressParser.cpp. A patch is attached to the bug report: https://issues.apache.org/jira/browse/QPID-333

Re: Recommended API for Python?

2011-06-08 Thread Anthony Foglia
g_Tutorial/sect-Messaging_Tutorial-Using_RHM_with_C-Optimizing_message_transfer_with_asynchronous_sessions_in_C.html I haven't even tried speeding up the producer yet; that's still written using the old Python API. On 06/07/2011 08:02 PM, Anthony Foglia wrote: I've attached the c

Re: Recommended API for Python?

2011-06-07 Thread Anthony Foglia
broker. Either of these times are way less than the 50,000 transfers/sec qpid-perftest tells me the broker is capable of. (34,000 publish, 26,000 subscribe). I've attached the code I'm using in a tarball, in case people have any suggestions. -- Anthony Foglia Princeton Consultant

Recommended API for Python?

2011-06-03 Thread Anthony Foglia
acknowledging receipts in batches of 1), I didn't see any performance gains compared to the qpid.messaging library. What is the consensus suggestion for a new project requiring high-throughput? -- Anthony Foglia Princeton Consultants (609) 987-8787

qpid-perftest fails to connect

2011-05-16 Thread Anthony Foglia
test. Any ideas what is wrong/misconfigured? -- Anthony Foglia Princeton Consultants (609) 987-8787 x233 - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscr...@qpid.apache.org

Re: Virtual Hosts and C++ Broker

2011-05-16 Thread Anthony Foglia
On 5/16/2011 4:16 AM, Gordon Sim wrote: On 05/14/2011 11:28 PM, Anthony Foglia wrote: Does the C++ broker support virtual hosts, and if so how do I set them up? All the documentation on setting up virtual hosts is either for the Java broker, or unclear as to which broker it is about. No it

Virtual Hosts and C++ Broker

2011-05-14 Thread Anthony Foglia
Does the C++ broker support virtual hosts, and if so how do I set them up? All the documentation on setting up virtual hosts is either for the Java broker, or unclear as to which broker it is about. -- Anthony Foglia Princeton Consultants (609) 987-8787 x233