Ack mode support missing
See original GitHub issueRabbitMQ 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:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am adding support for the breaking changes introduced with https://github.com/rabbitmq/rabbitmq-management/issues/68
done, new package: https://www.nuget.org/packages/EasyNetQ.Management.Client/0.52.0.188