Skip to content

Fix expiration configuration parameter description #585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

alexhelkar
Copy link
Contributor

@alexhelkar alexhelkar commented Apr 3, 2019

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

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
@mihaileu mihaileu merged commit 8e29336 into php-amqplib:master Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants