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

# 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

# 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

# Functions

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

# Structs

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

# Type aliases

No description provided by the author