question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Breaking change of Queue creation in version 3.8.0-alpha0042

See original GitHub issue

When i use the IQueueDeclareConfiguration and declare with “WithMessageTtl” and “WithExpires” instead of passing it as a variable as in version 3.7.1.

I get this exception: RabbitMQ.Client.Exceptions.OperationInterruptedException: The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=406, text='PRECONDITION_FAILED - inequivalent arg 'x-message-ttl' for queue 'benchmark-stability.old.0000.svc:benchmark-stability.old.0000.Event00' in vhost '/': received the value '2147483647' of type 'signedint' but current is none', classId=50, methodId=10

and this exception:

RabbitMQ.Client.Exceptions.OperationInterruptedException: The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=406, text='PRECONDITION_FAILED - inequivalent arg 'x-expires' for queue 'benchmark-stability.old.0000.svc:benchmark-stability.old.0000.Event00' in vhost '/': received the value '2147483647' of t ype 'signedint' but current is none', classId=50, methodId=10

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
zidadcommented, Feb 19, 2020

Right, that call should not define a value for expires if it wasn’t specified… let me check

0reactions
Rotvigcommented, Feb 25, 2020

only that i am missing this 😄 https://github.com/EasyNetQ/EasyNetQ/issues/1003 or has the feature been made default ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found