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
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#
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
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.
>>
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
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