set x-message-ttl on upstream queue to "unlimited" #346
-
Hello, I'm trying to set up federation via the topology operator, and seem to somehow end up with an x-message-ttl of zero on the generated queue in the federation upstream. What I'd like to have is have no x-message-ttl on the queue. I've tried the following values in the definition of the Federation resource: Is there a way to set the message TTL to "infinite" on the federation queue? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@ztdietmaier Sorry for the late reply. If you are still having this issue: topology operator only sets federation upstream, operator will never apply a message TTL configuration when you create a |
Beta Was this translation helpful? Give feedback.
-
@ChunyiLyu no worries, this problem seems to be related to the federation plugin then -- but it became a moot point in the meantime, because we need to move away from exchange federation anyway. thanks! |
Beta Was this translation helpful? Give feedback.
@ztdietmaier Sorry for the late reply. If you are still having this issue: topology operator only sets federation upstream, operator will never apply a message TTL configuration when you create a
federations.rabbitmq.com
resource. I suggest to double check all the policies you have in place in the rabbitmq cluster that you have this issue to see if there is a TTL policy that's matching the federation queue and see if you could update or remove the policy.