How can I configure to save all inserted messages to disk that inserted to RabbitMQ
In case RabbitMQ server going down after server up to load the messages from the disk?
How can I configure to save all inserted messages to disk that inserted to
Share
You need to set the queue to durable and the messages to persistent.