On 30/06/17 10:44, Daniel Pocock wrote:
I'm using a Python script (Qpid Proton/Python) to send to a queue in
RabbitMQ and then I'm receiving the messages with Qpid Proton C++.
In the consumer, I notice the message.creation_time().milliseconds()
always returns 0
This is a bug in proton-c which always sends out the creation-time and
absolute-expiry-time as 0 even if not specified (whereas they should be
null in that case):
https://issues.apache.org/jira/browse/PROTON-927
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]