rabbitmq

package
v4.8.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Close = rabbitmq.Close
)
View Source
var Queues = rabbitmq.Queues{
	user.CreatedSucceededKey: &rabbitmq.Recipient{
		Name: messages.NewRecipient(&messages.RecipientComponents{
			Service: "user",
			Entity:  "user",
			Action:  "send confirmation",
			Event:   "created",
			Status:  "succeeded",
		}),
		BindingKey: user.CreatedSucceededKey,
		Attributes: reflect.TypeOf(new(user.CreatedSucceededAttributes)),
	},
}

Functions

func Open

func Open(uri string, exchange string, queues rabbitmq.Queues, mapper rabbitmq.Events, logger loggers.Logger) (*rabbitmq.RabbitMQ, error)

Types

type Events added in v4.8.0

type Events = rabbitmq.Events

type RabbitMQ

type RabbitMQ = rabbitmq.RabbitMQ

Jump to

Keyboard shortcuts

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