RE: qpid errors

2015-08-03 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\Debug>qpidd.exe 2015-08-04 11:50:18 [B

Re: Proton Python binding: access to AMQP Data and Sequence encodings?

2015-08-03 Thread Kim van der Riet
Thanks, Ken. No wonder I did not see it, that is a rather round-about method of achieving it! Kim On 08/03/2015 01:23 PM, Ken Giusti wrote: Hi Kim, The proton message object supports an 'inferred' property that lets you control this. From the python binding: inferred = property(_is_infe

Re: Proton Python binding: access to AMQP Data and Sequence encodings?

2015-08-03 Thread Ken Giusti
Hi Kim, The proton message object supports an 'inferred' property that lets you control this. From the python binding: inferred = property(_is_inferred, _set_inferred, doc=""" The inferred flag for a message indicates how the message content is encoded into AMQP sections. If inferred is true

Proton Python binding: access to AMQP Data and Sequence encodings?

2015-08-03 Thread Kim van der Riet
All of the AMQP types supported in the Proton Python bindings use the AMQP Value (0x77) encoding as described in Book 3 of the AMQP 1.0 spec. Is there a way to send and receive Data (0x75) and AMQP Sequence (0x76) encodings? I have looked through the Python binding source, but I don't see it.

Re: qpid errors

2015-08-03 Thread Gordon Sim
On 08/03/2015 11:10 AM, Suman.Patro-TRN wrote: Thanks but where do I get this amqp broker from?? The build you have should include one: /src/qpidd is the usual place. - To unsubscribe, e-mail: users-unsubscr...@qpid.ap

RE: qpid errors

2015-08-03 Thread Suman . Patro-TRN
Hey, Thanks but where do I get this amqp broker from?? Kindly reply. From: Gordon Sim [g...@redhat.com] Sent: Monday, August 03, 2015 12:35 PM To: users@qpid.apache.org Subject: Re: qpid errors On 08/03/2015 05:01 AM, Suman.Patro-TRN wrote: > Hello, >

Re: qpid errors

2015-08-03 Thread Gordon Sim
On 08/03/2015 05:01 AM, Suman.Patro-TRN wrote: Hello, I would like some help in running qpid 0.34 broker . The errors are: 1. The tests fail whenever I build run_tests and after checking the Testing log file; it seems the scripts are disabled . But even after enablin