On 07/29/2015 11:50 AM, Toralf Lund wrote:
I have construct of the form
value=message.getProperties()["property"];
The expected property type is uint32. The value type has up until now
been "unsigned int", so (obviously) the call has worked just fine. But
then I changed it to a double (because
Hi,
I have construct of the form
value=message.getProperties()["property"];
The expected property type is uint32. The value type has up until now
been "unsigned int", so (obviously) the call has worked just fine. But
then I changed it to a double (because I want to use it as a
floating-point
On 27 July 2015 at 12:15, Gordon Sim wrote:
> On 07/21/2015 05:14 PM, Robbie Gemmell wrote:
>>
>> The hello_world.cpp example for Qpid Messaging C++ currently sends its
>> message by doing "sender.send(Message("Hello world!"));" which causes
>> it to send a data body section containing the bytes,