Hello guys;
Im trying to migrate data from my on-premise RabbitMQ server ( OVH ) to the AWS AmazonMQ.
I already import/export the definitions via the command line rabbitmqctl export_definitions to a json file that I have import on the AWS MQ Dashboard.
Now im trying to import/export data/messages but still not achieve it, because between on-premises servers, we need just to copy/scp the home directories files between the source server and the destination, but I guess is not possible on AWS.
Any ideas?
Best regards