You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go version: 1.19
Rabbithole version: v2.12.0
RabbitMQ version: 3.10.2
Issue
According to the RabbitMQ documentation, when creating an exchange federation upstream the default value for Message TTL is none, or blank. However when I don't set the MessageTTL value for an API call (see code example), the library sets the value to 0 which has a different meaning and I can not intentionally pass in a blank value.
Expected behaviour
The ability to pass in an explicit empty value and for the default value to be empty.
Environment
Go version: 1.19
Rabbithole version: v2.12.0
RabbitMQ version: 3.10.2
Issue
According to the RabbitMQ documentation, when creating an exchange federation upstream the default value for Message TTL is none, or blank. However when I don't set the MessageTTL value for an API call (see code example), the library sets the value to 0 which has a different meaning and I can not intentionally pass in a blank value.
Expected behaviour
The ability to pass in an explicit empty value and for the default value to be empty.
Code example
The text was updated successfully, but these errors were encountered: