You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
What version of the RabbitMQ broker are you using?
Could you describe what sort of corruption you're observing in your message (is the message truncated, bytes scrambled, any relevant logs in the broker when the corruption occurs)?
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.
The text was updated successfully, but these errors were encountered: