Maps and filtering

2011-01-13 Thread Birdsall, Dave
Hi, I'm looking at the Variant::Map / encode / decode facility for serializing data content into a qpid message. Is there any integration between this serialization and subscription facilities in the broker? For example, suppose I have encoded a message using the program described at https://

RE: Exceptions crossing library boundaries abend in qpid client, gcc 4.3.1

2010-07-02 Thread Birdsall, Dave
d our application code wrote off the end of the buffer. That explains why no-one else has seen this bug. Thanks again for the good suggestions. I learned a lot in debugging this problem. Regards, Dave -Original Message- From: Birdsall, Dave Sent: Thursday, July 01, 2010 3:43 PM To:

RE: Exceptions crossing library boundaries abend in qpid client, gcc 4.3.1

2010-07-01 Thread Birdsall, Dave
t it to compile / with > the older version of boost in RHEL4. > https://bugzilla.redhat.com/show_bug.cgi?id=559222 > From FC6 and RHEL5, onwards boost version packaged should cause no issues. > > Carl. > > > On 06/30/2010 11:23 AM, Birdsall, Dave wrote: >> Hi, >&g

RE: Exceptions crossing library boundaries abend in qpid client, gcc 4.3.1

2010-06-30 Thread Birdsall, Dave
erent version of Boost? Thanks and kind regards, Dave -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Tuesday, June 29, 2010 4:16 AM To: users@qpid.apache.org Subject: Re: Exceptions crossing library boundaries abend in qpid client, gcc 4.3.1 On 06/28/2010 09:22 PM, Bir

Exceptions crossing library boundaries abend in qpid client, gcc 4.3.1

2010-06-28 Thread Birdsall, Dave
Hi all, I'm using qpid 0.5, built using gcc 4.3.1 on Linux Red Hat distribution. I'm debugging a rather vexing abend with the following stack trace #0 0x726f6371 in ?? () #1 0xf72aa52c in get_adjusted_ptr (catch_type=0xf72d9430, throw_type=0xf6bd575c, thrown_ptr_p=0xffe3d9f8) at ../../../../

RE: Send data row as message using Qpid client

2010-05-03 Thread Birdsall, Dave
Hi, Another possibility for sending data rows over Qpid is to use some serialization layer on top of Qpid, e.g. Google protocol buffers. Regards, Dave -Original Message- From: Donohue, Matt [mailto:mdono...@structure-tech.com] Sent: Monday, May 03, 2010 2:13 PM To: users@qpid.apache.

Interaction of pthreads and Qpid client library

2010-02-17 Thread Birdsall, Dave
Hi, I am writing multi-threaded applications in C++ using pthreads and the Qpid client library. What sorts of interactions does Qpid have with pthreads? Is the Qpid client library thread-safe? Is it possible to do all receives on one thread and sends on other threads? Any gotchas? Thanks an