rabbitmq

package
v0.0.0-...-26b160e Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

@Time : 2019/4/28 11:06 @Author : kenny zhu @File : auth.go @Software: GoLand @Others:

@Time : 2019/4/28 10:50 @Author : kenny zhu @File : channel.go @Software: GoLand @Others:

@Time : 2019/4/28 10:52 @Author : kenny zhu @File : connection.go @Software: GoLand @Others:

@Time : 2019/4/28 10:44 @Author : kenny zhu @File : context.go @Software: GoLand @Others:

@Time : 2019/4/28 10:43 @Author : kenny zhu @File : options.go @Software: GoLand @Others:

@Time : 2019/4/28 10:39 @Author : kenny zhu @File : rabbitmq.go @Software: GoLand @Others:

Index

Constants

This section is empty.

Variables

View Source
var (
	// exchange name
	DefaultExchange = exchange{
					// contains filtered or unexported fields
	}
	DefaultRabbitURL = "amqp://guest:guest@127.0.0.1:5672"

	// for pre-fetch set, not used yet.
	DefaultPrefetchCount  = 0
	DefaultPrefetchGlobal = false
)

Functions

func AckOnSuccess

func AckOnSuccess() broker.SubscribeOption

AckOnSuccess will automatically acknowledge messages when no error is returned

func DeliveryMode

func DeliveryMode(value uint8) broker.PublishOption

DeliveryMode sets a delivery mode for publishing

func DurableExchange

func DurableExchange() broker.Option

DurableExchange is an option to set the Exchange to be durable

func DurableQueue

func DurableQueue() broker.SubscribeOption

DurableQueue creates a durable queue when subscribing.

func Exchange

func Exchange(e string) broker.Option

Exchange is an option to set the Exchange

func ExternalAuth

func ExternalAuth() broker.Option

func Headers

func Headers(h map[string]interface{}) broker.SubscribeOption

Headers adds headers used by the headers exchange

func NewBroker

func NewBroker(opts ...broker.Option) broker.Broker

func PrefetchCount

func PrefetchCount(c int) broker.Option

PrefetchCount ...

func PrefetchGlobal

func PrefetchGlobal() broker.Option

PrefetchGlobal creates a durable queue when subscribing.

func QueueArguments

func QueueArguments(h map[string]interface{}) broker.SubscribeOption

QueueArguments sets arguments for queue creation

func RequeueOnError

func RequeueOnError() broker.SubscribeOption

RequeueOnError calls Nack(muliple:false, requeue:true) on amqp delivery when handler returns error

func SubscribeContext

func SubscribeContext(ctx context.Context) broker.SubscribeOption

SubscribeContext set the context for broker.SubscribeOption

Types

type ExternalAuthentication

type ExternalAuthentication struct {
}

fot auth key.

func (*ExternalAuthentication) Mechanism

func (auth *ExternalAuthentication) Mechanism() string

func (*ExternalAuthentication) Response

func (auth *ExternalAuthentication) Response() string

Jump to

Keyboard shortcuts

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