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

2011-02-14 Thread Alan Conway
On 02/14/2011 04: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. When I updated my addressing string for Qpid 0.8, I still get the same result. The message is pi

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

2011-02-14 Thread Gregory Bayard
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. When I updated my addressing string for Qpid 0.8, I still get the same result. The message is picked up by topic listeners listening to the maste

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

2011-02-14 Thread Gordon Sim
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 would like to build a Python client for. The C++ listens for a response on a queue called 'masterserver.summary.queue' bound to a c

Re: Specified Module could not be found

2011-02-14 Thread Chuck Rolke
Hi Sanath, Also please check that you have the same version of the Org.Apache.Qpid.Messaging.DLL that the application linked against. Your application will have an assembly reference and the .DLL must match. I get this failure when I confuse debug and release Org.Apache.Qpid.Messaging.DLL files

RE: Specified Module could not be found

2011-02-14 Thread Steve Huston
Hi Sanath, > I am using VS 2008, apache qpid 0.8 version and 32 bit > system with XP SP3. I build and run the broker and my .Net > application in my system successfully. But when I want to run > my .net application on other system it is showing an error > "Specified Module Could not be f

Re: Failed to connect

2011-02-14 Thread SanathPrudhvi
Dear Ted, When I run my application on same machine it is working fine. But when I run the code on other machine, I got "Specified Module Could not be found" error. I am using VS 2008 with XP SP3 on both machines. apache qpid version is 0.8. I am send the code for your refer

Specified Module could not be found

2011-02-14 Thread SanathPrudhvi
Hi All, I am using VS 2008, apache qpid 0.8 version and 32 bit system with XP SP3. I build and run the broker and my .Net application in my system successfully. But when I want to run my .net application on other system it is showing an error "Specified Module Could not be found". I c