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.

Ack mode support missing

See original GitHub issue

RabbitMQ Server 3.7.0 EasyNetQ.Management.Client 0.51.3.116

var messages = this.client.GetMessagesFromQueue(myQueue, new GetMessagesCriteria(1, true));

This code fails with a “Bad Request” When the query is run from Postman I get the reason code key_missing: ackmode So I modify my query body from {"count":1,"requeue":true,"encoding":"auto"} (which is what EasyNetQ is sending) to {"count":1,"requeue":true,"encoding":"auto","ackmode":"ack_requeue_true"} and then it works.

Issue Analytics

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

github_iconTop GitHub Comments

3reactions
micdennycommented, Jul 3, 2018

I am adding support for the breaking changes introduced with https://github.com/rabbitmq/rabbitmq-management/issues/68

1reaction
micdennycommented, Feb 14, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

Not acknowledging the kafka message at all in ...
1 Answer 1 · We did have the enable.auto.commmit set to false but the message was not read after the service was restarted...
Read more >
Consumer Acknowledgements and Publisher Confirms
If the publisher's channel had been in confirm mode, the publisher would not have received an ack for the lost message (since the...
Read more >
How can I repair grub? (How to get Ubuntu back after ...
Here's how: Boot from the live CD or live USB, in "Try Ubuntu" mode. Determine the partition number of your main partition.
Read more >
Fix Professional Mode Option Not Showing on Facebook
... report to facebook support team I hope this video will also fix the following: fix facebook professional mode option not showing how...
Read more >
Acknowledging Messages Received by Clients - Solace
The acknowledgment mode to use is set through one of the flow properties listed below. By default, the auto-acknowledgment mode is used.
Read more >

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