rabbitmq-c icon indicating copy to clipboard operation
rabbitmq-c copied to clipboard

Published messages sometimes corrupted

Open Cazra opened this issue 1 year ago • 1 comments

Sometimes when I publish a message using amqp_basic_publish, some of its contents become corrupted. It happens infrequently, but it happens often enough to cause problems for the consumer on the other end when I publish a high volume of messages. My application is single-threaded, so there is no chance that I'm trying to concurrently use functions from the RabbitMQ-C library.

Cazra avatar Apr 27 '23 00:04 Cazra