MBW.Tools.RabbitDump icon indicating copy to clipboard operation
MBW.Tools.RabbitDump copied to clipboard

Utility to import and export messages from RabbitMQ

Results 4 MBW.Tools.RabbitDump issues
Sort by recently updated
recently updated
newest added

Exported some messages that contained custom headers. On re-import, those headers where written in base 64. ![image](https://github.com/LordMike/MBW.Tools.RabbitDump/assets/95307543/c377d6df-5e69-4658-98b2-daf5e0e6bcb8)

When the RabbitMQ clustered is [configured for TLS](https://www.rabbitmq.com/ssl.html#enabling-tls) this tool is unable to connect and an exception is thrown: ``` Unhandled exception. RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable...

Should suggest stuff / show help E.g. "rabbitdump -o out.json"

bug