Skip to content

Backup messages in queues of RabbitMQ broker

0

How to backup messages in queues of RabbitMQ broker

asked 2 years ago751 views
2 Answers
0

You can refer to https://www.rabbitmq.com/docs/backup

since there is no Native AWS way to do it

EXPERT
answered 2 years ago
0

Hello,

My name is Geovanni from AWS Premium Support.

I understand you are looking to create a backup of your AWS RabbitMQ broker messages. Unfortunately at this current time, this is not possible.

The service does not have the native capability that allows to create a message backup. Also, reviewing 'https://www.rabbitmq.com/docs/backup#messages-backup', the step requires stopping the MQ service which as a managed service is not possible on your end while still giving access to the file system to aggregate the messages in the respective storage locations.

You could potential design something like this into the consumer application code where before processing the message it forwards these messages to a storage location. However, how to actually do this would be outside the scope of AWS support and would have to be designed by your application team.

AWS
SUPPORT ENGINEER
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.