Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQImportExport

This app will help you export and import messages in RabbitMQ, Just set the config.json and execute the app.

Version Log

ver 1401.04.21.1 :

  • First release of this app

Dependencies

.Net 6

How to use?

  1. Set your config.json, Like this :
{
  "HostName": "localhost",
  "UserName": "guest",
  "Password": "guest",
  "Port": 5672,
  "VirtualHost": "/",
  "Queue": "testqueue",
  "MinMessageCount": 6,
  "AutoAck": false,
  "Type": 1 //export=0/import=1
}
  1. For export messages Set Type to 0
  2. If you want delete the messages after exporting them set AutoAck to true
  3. Run RabbitMQImportExport.exe
  4. Change Type to 1
  5. Set different queue (for test of course)
  6. Run RabbitMQImportExport.exe

About

A tool for export and import RabbitMQ messages

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages