Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

@patriktiain RabbitMQ does not assume that it shares its data directory with any other tool. As explained above, on Windows this matters because RabbitMQ cannot delete a file that's concurrently opened (even exclusively for reading) by another process. The 3 retries every 10 ms that were introduced can only help so much, and even 10 retries would not be enough with an anti-virus potentially opening message store files for seconds.

Disable the scans for the RabbitMQ process and node data directory, or disable the scan entirely, or move away from Windows for running RabbitMQ (the problem is Windows-specific).

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@kjnilsson
Comment options

@michaelklishin
Comment options

@patriktiain
Comment options

@michaelklishin
Comment options

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants