Re: C# queue autodelete problem

2009-09-17 Thread Azim Fatehi
Thanks for the tip, Gordon. After turning tracing on it seemed like the queues were being declared with the correct options and the session was detached properly. But comparing the traces to ones collected with a C++ program, we found that the C++ client library seems to implicitly do an executio

RE: how to install qpid-route and other python utils

2009-09-17 Thread Steve Huston
This may not be the "official" answer, but if you set the PYTHONPATH environment variable to /tmp/qpid-0.5/python you will be able to execute the python commands. qmf-gen is a tool used to generate code for QMF-managed items; you should ignore it unless you are building new qmf-managed agents. -S

how to install qpid-route and other python utils

2009-09-17 Thread falconair
I just downloaded http://www.apache.org/dist/qpid/0.5/qpid-0.5.tar.gz. After uncompressing it, I 'cd' to the cpp folder and did "configure" then "make" then "make install." Now I have a directory with a qpid installation, I can start it and it does so without errors. However, I don't see qpid-r

Re: remote byte-order

2009-09-17 Thread John Dennis
On 09/17/2009 07:48 AM, Bill Whiting wrote: On 09/17/2009 03:47 AM, Gordon Sim wrote: On 09/16/2009 07:34 PM, Bill Whiting wrote: I'm replacing other messaging with qpid. I have code for marshalling and demarshalling data that uses byte-order to know how to handle integers. I can add a custom p

Re: remote byte-order

2009-09-17 Thread Bill Whiting
On 09/17/2009 03:47 AM, Gordon Sim wrote: On 09/16/2009 07:34 PM, Bill Whiting wrote: I'm replacing other messaging with qpid. I have code for marshalling and demarshalling data that uses byte-order to know how to handle integers. I can add a custom property to the message that provides byte or

Re: remote byte-order

2009-09-17 Thread Gordon Sim
On 09/16/2009 07:34 PM, Bill Whiting wrote: I'm replacing other messaging with qpid. I have code for marshalling and demarshalling data that uses byte-order to know how to handle integers. I can add a custom property to the message that provides byte order, but it would be preferrable to have th