rabbitmq

package
v0.0.0-...-d376067 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Rabbitmq

rabbitmq:tag default expose 5672.

rabbitmq:tag-management default expost 5672 and 15672.

storage: /var/lib/rabbitmq

launch with management:

# http://ip:15672 guest/guest
$ docker run --hostname mq-node1 --name rabbitmq-node1 -d rabbitmq:tag-management

launch with specify auth for management:

# http://ip:15672 sandbox/password
$ docker run -v rabbitmq-storage:/var/lib/rabbitmq --hostname mq-node1 --name rabbitmq-node1 -e RABBITMQ_DEFAULT_USER=sandbox -e RABBITMQ_DEFAULT_PASS=password -d rabbitmq:tag-management

Rabbitmq-HAProxy

specify erlang cookie:

$ docker run --hostname mq-master -e RABBITMQ_ERLANG_COOKIE='secret cookie here' -d rabbitmq:tag-management

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Ping

func Ping(url string, timeout string) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

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