RabbitMQ client acknowledgements doesn't support for AnydataMessage #3685
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
Description:
The RabbitMQ client can consume messages by using the two client APIs
consumeMessage
andconsumePayload
. If you want to acknowledge the message received you should use thebasicAck
method provided by the client which only supports the deprecatedMessage
record as the parameter. Therefore the user can't use data binding along with manual acknowledgements.The text was updated successfully, but these errors were encountered: