This is cli tool that connects your queue service (rabbitMQ) to your slack. It notifies the channel on slack which you specified when the queue service receives data.
- Slack token
- RabbitMQ service
You can clone this repository and apply the steps below or you can find the binaries in releases section.
- Clone the repository
git clone https://github.com/root27/slacknotifyMQ.git
cd slacknotifyMQ
- Install modules
go mod tidy
- Build the application
go build
- Run the application
./slacknotifyMQ
You can also install the application using homebrew.
brew install root27/tools/slackMQ