Possible Python API Performance Problem

2013-04-24 Thread Wes Parish
I have been seeing some strange behavior with the 0.20 C++ broker (I see the same behavior in the 0.14 broker as well) when sending / receiving messages with the Python API. It seems that the response time increases for each consecutive message. The client sends a message with a reply-to

RE: Possible Python API Performance Problem

2013-04-24 Thread Wes Parish
create one per response but never close them. Try adding sender.close() after the send in the service program. -Ted On 04/24/2013 11:50 AM, Wes Parish wrote: I have been seeing some strange behavior with the 0.20 C++ broker (I see the same behavior in the 0.14 broker as well) when sending

JMS Browse Mode

2010-06-28 Thread Wes Parish
Is it possible to connect to a pre-defined ring queue using JMS in browse mode? If so, are there any examples? Please correct me if I am wrong, but the way I uderstand it browse mode will make a callback for every message on the queue when a user connects, then again for each new incoming

JMS Ring Queue

2010-06-25 Thread Wes Parish
Is it possible to set up a dynamic ring queue using JMS? This is with MRG v1.2. Wes

Large persistent queues

2010-06-10 Thread Wes Parish
We have a broker with a modest amount of RAM, but a very large disk capacity. Can we create a small in-memory queue, but a large associated journal (for persistence)? Basically, we want to allow a persistent queue to hold a larger number of elements than the broker has physical RAM to store

RE: Large persistent queues

2010-06-10 Thread Wes Parish
10:24 AM To: users@qpid.apache.org Subject: Re: Large persistent queues On Thu, 2010-06-10 at 08:10 -0500, Wes Parish wrote: We have a broker with a modest amount of RAM, but a very large disk capacity. Can we create a small in-memory queue, but a large associated journal (for persistence

RE: JMS Question

2010-05-05 Thread Wes Parish
the listener? No, we do not get notified via the exception listener. We do see the exception on stdout. Rajith On Wed, May 5, 2010 at 1:55 PM, Wes Parish w...@firstshotprecision.com wrote: Rajith, Thank you for the quick reply.  We are running Red Hat MRG v1.2 official release.  Which version

JMS Question

2010-05-04 Thread Wes Parish
When a connection exception is thrown because of a socket timeout exception, which occurs when a heartbeat times out, it is not being sent to the onException() method. Should this exception be sent like the others to this method? Wes

Message replay tracker question

2010-03-16 Thread Wes Parish
I have a question about the qpid::client::MessageReplayTracker C++ class. I am using a MessageReplayTracker to send messages to a broker. Periodically when I close the session and connection object from another thread I receive the following warning message that is printed to stderr: Warning

RE: Running the C++ Broker as a daemon process

2009-09-01 Thread Wes Parish
I am not sure if Qpid natively supports being installed as a service, but if it doesn't there is another option. You can create a Windows service using SRVANY.exe from the Windows Server 2003 Resource Kit. Basically, you run the SRVANY.exe application and it installs the service to your

Maximum Transfer Rates

2009-08-12 Thread Wes Parish
Hello, It seems like we are unable to pass the 30-40 MB/s rates (over a 1Gbit link) using the Qpid. We have tried multiple configurations (current qpidd.conf pasted below), but have not had any luck. Has anyone successfully seen ~100MB/s on a 1Gbit link? Thanks, Wes

RE: 0.5 C++ example listener hangs during testing

2009-07-30 Thread Wes Parish
I have seen similar problems (although no out of order messages so far). I am testing on RHEL5.3 using the C++ API with a MessageReplayTracker to handle failover, and after a failover I am calling replay(). This scenario is a consumer consuming as fast as possible, a producer producing 5k

RE: Binary Data Transfer

2009-05-22 Thread Wes Parish
the Buffer. Best, William - Wes Parish wes.par...@cowtownt.org wrote: Is the Qpid C++ Client API capable of transferring binary data? It seems like the only data type in qpid/client/Message.h is the std::string (data field of TransferContent.h). I am interested in transferring segments

RE: Binary Data Transfer

2009-05-22 Thread Wes Parish
-Original Message- From: Alan Conway [mailto:acon...@redhat.com] Sent: Fri 5/22/2009 7:41 AM To: users@qpid.apache.org Subject: Re: Binary Data Transfer Wes Parish wrote: Is the Qpid C++ Client API capable of transferring binary data? It seems like the only data type in qpid/client/Message.h

Binary Data Transfer

2009-05-21 Thread Wes Parish
Is the Qpid C++ Client API capable of transferring binary data? It seems like the only data type in qpid/client/Message.h is the std::string (data field of TransferContent.h). I am interested in transferring segments of binary data, and not ascii strings. Is this possible with the current

QPID help

2009-05-18 Thread Wes Parish
Hello, I would like to thank you guys for a great product, however, I am having a few issues getting qpid setup correctly. I am able to bring up qpid fine on either testbroker1 or testbroker2, but once a broker is running on one machine I am unable to start qpid on the other. The error