Hmm thanks, but what if I am using pn_messenger functions? I am afraid
I am not using the reactor.
Best regards,
14.07.2015 15:37, Bozo Dragojevic пишет:
> On 14. 07. 15 12.30, Michael Ivanov wrote:
>> Hallo,
>>
>> I am receiving the qpid message is one process, but would like to actually
>> dec
On 14. 07. 15 12.30, Michael Ivanov wrote:
> Hallo,
>
> I am receiving the qpid message is one process, but would like to actually
> decode
> it in a different process. I it possible to use proton to get the message in
> the
> unpacked binary form, then copy the buffer over to another process (eg
Hallo,
I am receiving the qpid message is one process, but would like to actually
decode
it in a different process. I it possible to use proton to get the message in the
unpacked binary form, then copy the buffer over to another process (eg. using
pipe)
and unpack it to actual pn_message_t there