Skip to content

Golang program to connect to an AMQP queue and purge all of it's unacknowledged messages

License

Notifications You must be signed in to change notification settings

codingtony/amqp_purge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

amqp_purge

Golang program to connect to an AMQP (RabbitMQ) queue and purge all of it's unacknowledged messages.

Replace the queue URI, and queue_name to suit your needs, put it on a cron (or whatever), and purge away.

This could be made far more flexible with little effort, but this suited my needs at the time. I will likely never expand on what is available here.

About

Golang program to connect to an AMQP queue and purge all of it's unacknowledged messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%