Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RabbitMQ client acknowledgements doesn't support for AnydataMessage #3685

Closed
aashikam opened this issue Nov 21, 2022 · 0 comments · Fixed by ballerina-platform/module-ballerinax-rabbitmq#612
Assignees
Labels
module/rabbitmq Points/1 Reason/EngineeringMistake The issue occurred due to a mistake made in the past. Team/PCM Protocol connector packages related issues Type/Bug

Comments

@aashikam
Copy link
Contributor

Description:
The RabbitMQ client can consume messages by using the two client APIs consumeMessage and consumePayload. If you want to acknowledge the message received you should use the basicAck method provided by the client which only supports the deprecated Message record as the parameter. Therefore the user can't use data binding along with manual acknowledgements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/rabbitmq Points/1 Reason/EngineeringMistake The issue occurred due to a mistake made in the past. Team/PCM Protocol connector packages related issues Type/Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant