Building qpid 0.10 with Boost 1.46.1

2011-08-19 Thread Gregory Bayard
I can build qpid 0.10 against boost 1.46.1 fine by hacking configure to remove the -Werror flag everywhere, but I was thinking I am probably doing something wrong. The first warning I hit is the following: boost_1_46_1/boost/range/has_range_iterator.hpp:22: error: extra ';' Has anyone found a wa

Re: broker drops connection

2011-03-24 Thread Gregory Bayard
With Qpid 0.8 .NET client and 0.8 C++ broker, the connection drops after 4 minutes if you do not use the ConnectionTune to and call SetHeartbeatMax(0). Following that the connection permanently freezes after 10,000 messages because it seems to be hard-coded into the .NET 0.8 client. In the QPID C#

Re: Connection close automatically after 4 minutes

2011-03-08 Thread Gregory Bayard
This seems to be a recurring theme with the .NET client. There is a solution claim at the following URL, but I haven't tried it yet: http://apache-qpid-developers.2158895.n2.nabble.com/How-to-disable-heartbeats-in-QPID-NET-Client-td4968002.html Greg On Tue, Mar 8, 2011 at 8:12 AM, Gordon Sim w

Re: Sending a message to a custom QPID direct exchange from Python

2011-02-16 Thread Gregory Bayard
15, 2011 at 6:32 AM, Gordon Sim wrote: > On 02/14/2011 09:45 PM, Gregory Bayard wrote: >> >> Hi Gordon, >> >> I was originally working with 0.6 and the double-quoting was a quick >> attempt to find some problem with my exchange and queue specification. >>  

Re: Sending a message to a custom QPID direct exchange from Python

2011-02-14 Thread Gregory Bayard
Thanks, Greg On Mon, Feb 14, 2011 at 12:53 PM, Gordon Sim wrote: > On 02/11/2011 04:37 PM, Gregory Bayard wrote: >> >> Hello, >> I am using the Apache QPID 0.8 release.  I have a C++ QPID application >> using the request/response model which I w

Sending a message to a custom QPID direct exchange from Python

2011-02-11 Thread Gregory Bayard
Hello, I am using the Apache QPID 0.8 release.  I have a C++ QPID application using the request/response model which I would like to build a Python client for.  The C++ listens for a response on a queue called 'masterserver.summary.queue' bound to a custom direct exchange it declared, 'masterserver