Categorygithub.com/gowok/plugins/amqp
package
0.0.6
Repository: https://github.com/gowok/plugins.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

amqp

It help to manage connection to AMQP server like RabbitMQ. Once installed and configured, it will be ready to use. Also, it provides several utilities to shorten the process, like creating channel, queue, exchange, etc.

Installation

go get github.com/gowok/plugins/amqp

Configuration

func main() {
  gowok.Get().
    Configures(amqp.Configure).
    Run()
}
amqp:
  enabled: <bool>
  dsn: <string>

Health Check

http://<host>/health/amqp