RE: ATL Project

2009-05-20 Thread Steve Huston
Hi Mariano, > Thanks for your prompt answer, > I've downloaded your recommended version (0.5 RC4) kit but nothing is > changed ... Hmmm... > If I compile in Win32 Console Project it works all fine ... > But, the same > code, in ATL Project give me everytime the same error, in > debug mode it

Re: Map messages and using QPID & store module for a store&forward queue

2009-05-20 Thread Carl Trieloff
Omri Schwarz wrote: Thank you all for your help! I am testing the durable queue, with persistent messages right now, and the mapmessages. Apropos, the AMQP standard comes mighty close to providing a full fledged pickling/marshalling protocol for Python objects. A pickle module based on the exampl

Re: Map messages and using QPID & store module for a store&forward queue

2009-05-20 Thread Omri Schwarz
Thank you all for your help! I am testing the durable queue, with persistent messages right now, and the mapmessages. Apropos, the AMQP standard comes mighty close to providing a full fledged pickling/marshalling protocol for Python objects. A pickle module based on the example (or a cPickle ri

R: ATL Project

2009-05-20 Thread M. Mariani
Hi Steve Thanks for your prompt answer, I've downloaded your recommended version (0.5 RC4) kit but nothing is changed ... If I compile in Win32 Console Project it works all fine ... But, the same code, in ATL Project give me everytime the same error, in debug mode it jumps in the catch(...) stat

RE: ATL Project

2009-05-20 Thread Steve Huston
> I need help about using QPID in ATL Project with Visual > Studio 2008 enviroment under MS Windows XP/2003. Why Qpid version are you using? > I become run time error by "open" instruction > > Connection conn; > try { > conn.open(host, port, user, password);// "bad > allocation" error

Re: Map messages and using QPID & store module for a store&forward queue

2009-05-20 Thread Gordon Sim
Carl Trieloff wrote: Omri Schwarz wrote: Hi, all. I have QPID checked out from SVN, along with the RHM store module, to try to build a simple AMQP store&forward durable queue server. I am trying to use mostly Python, and so I changed the python direct example scripts so that the declare_queue

ATL Project

2009-05-20 Thread M. Mariani
Hi I need help about using QPID in ATL Project with Visual Studio 2008 enviroment under MS Windows XP/2003. I become run time error by "open" instruction Connection conn; try { conn.open(host, port, user, password);// "bad allocation" error !!! ... } catch(const std::exception& err