amqp

package module
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2021 License: MIT Imports: 8 Imported by: 0

README

Atomizer AMQP Conductor Implementation

CI Go Report Card codecov Go Reference PRs Welcome

AMPQ conductor implementation for Atomizer

Documentation

Index

Constants

View Source
const (
	// DEFAULTADDRESS is the address to connect to rabbitmq
	DEFAULTADDRESS string = "amqp://guest:guest@localhost:5672/"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Conductor added in v1.0.7

type Conductor interface {
	engine.Conductor
	Events(buffer int) <-chan interface{}
	Errors(buffer int) <-chan error
}

func Connect

func Connect(
	ctx context.Context,
	connectionstring,
	inqueue string,
) (c Conductor, err error)

Connect uses the connection string that is passed in to initialize the rabbitmq conductor

Jump to

Keyboard shortcuts

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