MCPcopy Create free account
hub / github.com/assembla/cony / QueueBind

Method QueueBind

declaration.go:12–12  ·  view source on GitHub ↗
(name, key, exchange string, noWait bool, args amqp.Table)

Source from the content-addressed store, hash-verified

10 QueueDeclare(name string, durable, autoDelete, exclusive, noWait bool, args amqp.Table) (amqp.Queue, error)
11 ExchangeDeclare(name, kind string, durable, autoDelete, internal, noWait bool, args amqp.Table) error
12 QueueBind(name, key, exchange string, noWait bool, args amqp.Table) error
13}
14
15// DeclareQueue is a way to declare AMQP queue

Callers 1

DeclareBindingFunction · 0.65

Implementers 1

testDeclarerdeclaration_test.go

Calls

no outgoing calls

Tested by

no test coverage detected