Closed skolodyazhnyy closed 8 years ago
I've added routing_key
to properties array, same as redelivered
, although neither of those is valid property according to AMQP Spec, section 1.8.1. So, may be it would be better to move both these options outside of the properties
array, for example into delivery_info
as in php-amqplib.
Ok, I gave it some thinking and it seems logical to me to have all delivery details in the separate JSON property. Let me know what do you think.
/ping @ricbra
If you could find a moment to have a look into this PR and another one about exit codes would be great.
Sorry for the delay @skolodyazhnyy
This one looks good to me. Thanks again for your work!
I've added routing key to the properties array.