Re: Required compilation parameters for using qpid?

2009-05-15 Thread Carl Trieloff
It clearly looks like an include path issue. Carl. Marcus Schröder wrote: Hi, what libraries/etc. do I need to pass to g++ to compile source using the qpid-libs? I've already pointed the CPLUS_[INCLUDE|LIBRARY]_PATHs to my qpid install dir, but still get a bunch of errors (see: http://pastie.

Configuring Python client for amqp.0-8

2009-05-15 Thread Evan Rosenfeld
Hi, I'm running RabbitMQ which uses the AMQP 0-8 spec and the M4 Qpid Python client. I have downloaded the original AMQP 0-8 spec and now all of the Qpid tests that are supposed to work do. However, I cannot even run the hello-world program. What do I have to do to properly configure the

RE: Required compilation parameters for using qpid?

2009-05-15 Thread Steve Huston
Hi Marcus, > what libraries/etc. do I need to pass to g++ to compile source using > the qpid-libs? I've already pointed the CPLUS_[INCLUDE|LIBRARY]_PATHs > to my qpid install dir, but still get a bunch of errors (see: > http://pastie.org/478925), using g++ 4.2.4 and qpid-M4. In the above > case, I

Required compilation parameters for using qpid?

2009-05-15 Thread Marcus Schröder
Hi, what libraries/etc. do I need to pass to g++ to compile source using the qpid-libs? I've already pointed the CPLUS_[INCLUDE|LIBRARY]_PATHs to my qpid install dir, but still get a bunch of errors (see: http://pastie.org/478925), using g++ 4.2.4 and qpid-M4. In the above case, I just tried to co

how to set tcpnodelay option in C#.Net client code

2009-05-15 Thread ft420
hi we were just trying out the .Net client sample... we want to set tcpnodelay option before sending the message. In C++ its done using ConnectionSettings object, but what is the procedure to do the same in C# .Net code. I searched thru the net for some clue... but therez no api documentation or