Hi all, 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 I'm using the Qpid Proton Debian packages[1] (0.14.0) Do I need to initialize the creation_time manually in Python before sending? Or is this similar to the RabbitMQ bug[2] with TTL perhaps? Regards, Daniel 1. https://packages.qa.debian.org/q/qpid-proton.html 2. https://github.com/rabbitmq/rabbitmq-amqp1.0/issues/13 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
