Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix expiration configuration parameter description
According to the RabbitMQ documentation expiration is set as milliseconds. ``` The value of the expiration field describes the TTL period in milliseconds. The same constraints as for x-message-ttl apply. Since the expiration field must be a string, the broker will (only) accept the string representation of the number. ``` https://www.rabbitmq.com/ttl.html#per-message-ttl-in-publishers
- Loading branch information