RE: qpid errors

2015-08-04 Thread Suman . Patro-TRN
Hey Gordon, 1. There is no amqp broker .exe , but there is qpidbroker.dir which has broker.cpp.obj and qpidbrokerd.dll in D:\qpid_build\src\Debug. what do I start and how?? 2. I tried running qpid.exe but with errors as : D:\qpid_build\src\Debugqpidd.exe 2015-08-04 11:50:18

RE: qpid errors

2015-08-04 Thread Steve Huston
The broker doesn't need to be run as a Windows service (but that's a perfectly good thing to do). The error below was likely because there is no \temp or \temp\qpidd.data directories and your account didn't have rights to create it. -Steve -Original Message- From: Suman.Patro-TRN

Re: qpid errors

2015-08-04 Thread Gordon Sim
On 08/04/2015 07:30 AM, Suman.Patro-TRN wrote: Hey Gordon, 1. There is no amqp broker .exe , but there is qpidbroker.dir which has broker.cpp.obj and qpidbrokerd.dll in D:\qpid_build\src\Debug. what do I start and how?? 2. I tried running qpid.exe but with errors as :

RE: qpid errors

2015-08-04 Thread Suman . Patro-TRN
Hey Gordon, Thanks a ton. The error got resolved. The broker in qpid 0.34 is named as qpidd.exe which needed to be run as a windows service. From: Gordon Sim [g...@redhat.com] Sent: Tuesday, August 04, 2015 3:05 PM To:

Proton messangers after fork

2015-08-04 Thread Michael Ivanov
Greetings, I have a process that receives amqp messages using proton messenger in passive mode (inside select-based event loop) and sends replies back using second messenger in non-passive mode. I want to handle certain messages in a separate process instance. Normally I would just fork