Re: Call to Session::acknowledge not acknowledging messages

2011-06-28 Thread Pavel Moravec
Hi Anthony, see AMQP (i.e. v 0.10) specification http://www.amqp.org/confluence/download/attachments/720900/amqp.0-10.pdf?version=1&modificationDate=1203467591000 and section 2.8 for some overview, and Class:tx starting on page 188 for technical details. Kind regards, Pavel - Original Mes

Re: Call to Session::acknowledge not acknowledging messages

2011-06-28 Thread AFoglia
Nevermind. I believe I found my problem. I was making transactional sessions. I had never heard of transactional sessions before. Is there some simple documentation on what they are somewhere? -- Anthony Foglia Princeton Consultants (609) 987-8787 x233 wrote on 06/28/2011 07:01:56 PM: >

Call to Session::acknowledge not acknowledging messages

2011-06-28 Thread AFoglia
Under what conditions would a call to Session::acknowledge not acknowledge the received message(s)? As I mentioned earlier, I'm working on Python SWIG bindings, and my receiver is unable to acknowledge messages. I don't think it's an issue with the bindings, because I put so debug printing in

Re: C++ client wireshark captures and readability

2011-06-28 Thread AFoglia
On 6/28/2011 1:41 PM, Gordon Sim wrote: > On 06/28/2011 06:20 PM, afog...@princeton.com wrote: >> Does the C++ client do any compression on the connection to the server by >> default, and if so, how do I turn it off? > > No it does not. I did find it out. If I pass the configuration setting "sa

RE: C++ client wireshark captures and readability

2011-06-28 Thread Steve Huston
Hi Anthony, > Does the C++ client do any compression on the connection to > the server by default, and if so, how do I turn it off? No, it doesn't. > I'm trying to make the Python interface to the swig wrappers > more like the > pure Python implementation, and I've gotten pretty far, I'm > j

Re: C++ client wireshark captures and readability

2011-06-28 Thread Gordon Sim
On 06/28/2011 06:20 PM, afog...@princeton.com wrote: Does the C++ client do any compression on the connection to the server by default, and if so, how do I turn it off? I'm trying to make the Python interface to the swig wrappers more like the pure Python implementation, and I've gotten pretty f

Re: C++ client wireshark captures and readability

2011-06-28 Thread Gordon Sim
On 06/28/2011 06:20 PM, afog...@princeton.com wrote: Does the C++ client do any compression on the connection to the server by default, and if so, how do I turn it off? No it does not. I'm trying to make the Python interface to the swig wrappers more like the pure Python implementation, and I

C++ client wireshark captures and readability

2011-06-28 Thread AFoglia
Does the C++ client do any compression on the connection to the server by default, and if so, how do I turn it off? I'm trying to make the Python interface to the swig wrappers more like the pure Python implementation, and I've gotten pretty far, I'm just having a problem with the sender. But

Re: Is there a way to monitor and control client broker failover activity?

2011-06-28 Thread Gordon Sim
On 06/24/2011 10:21 PM, Kerry Bonin wrote: We are experiences some issues with failover (reports that not all clients are failing over on primary broker failure), and would like to know if there is any way from the client library API to know when a failover occurs and to which broker the failover

Re: Qpid 0.10 make all fails for me (configure is fine)

2011-06-28 Thread Alan Conway
On 06/27/2011 01:43 PM, Gordon Sim wrote: On 06/27/2011 06:33 PM, fadams wrote: Hi Alan, Thanks for the reply. The build I attempted was from a download of the full source release from the official qpid download page. Full source release qpid-0.10.tar.gz [PGP] I had to run ./bootstrap to gene

Re: Qpid 0.10 make all fails for me (configure is fine)

2011-06-28 Thread Zane Bitter
On 27/06/11 20:17, fadams wrote: Now there's a thought. I do indeed have 0.8 installed and I've got my LD_LIBRARY_PATH pointing to /usr/local/lib where it's installed. This is most likely the cause of the problem. LD_LIBRARY_PATH can be handy for development/debugging, but you never want to r

RE: perftest performance and qpid messaging api

2011-06-28 Thread Ilyushonak Barys
Gordon, Alan, Thank you very much for the answers. It gave me thoughts to go further. Regards, Boris -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Tuesday, June 28, 2011 9:47 AM To: users@qpid.apache.org Subject: Re: perftest performance and qpid messaging api On 06