We are developing a system which uses rabbitMQ for sending and receiving data between its clients and servers.
The internet connection may sometimes be lost.
1- Can all the messages in the queue be exported to
a file ? And somehow be imported to the client using this file?
2- In a different scenario, a client wants to send some messages to the
queue but it has no internet connection! So we want to export all the
message from client and make a file and somehow send it to the server (eg. transfer it to another location which has internet),
Is this possible to import this file to the queue?