rmq-shift

command module
v0.0.0-...-74ad2c6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2021 License: MIT Imports: 7 Imported by: 0

README

rmq-shift

go mod init
go mod tidy

Start local RabbitMQ

docker run -d -p 5672:5672 -p 15672:15672 --name rmq docker.io/rabbitmq
export MQ_SHIFT_PORT=8080
export MQ_PROTOCOL='amqp'
export MQ_USER=guest
export MQ_PASSWORD=guest
export MQ_HOST=127.0.0.1
export MQ_PORT=5672
go run main.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL