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

Published messages sometimes corrupted #767

Open
Cazra opened this issue Apr 27, 2023 · 1 comment
Open

Published messages sometimes corrupted #767

Cazra opened this issue Apr 27, 2023 · 1 comment

Comments

@Cazra
Copy link

Cazra commented Apr 27, 2023

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.

@alanxz
Copy link
Owner

alanxz commented Apr 30, 2023

Could you provide a bit more information:

  1. What version of rabbitmq-c are you using?
  2. What platform are you running on?
  3. What version of the RabbitMQ broker are you using?
  4. 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)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants