Browse Source

fix: Доработал биндинги

pull/127/head
WiRight 3 years ago
parent
commit
fbdd93e366
No known key found for this signature in database GPG Key ID: 427DBE0B77ED3FBD
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      declare.go

+ 1
- 1
declare.go View File

@ -35,8 +35,8 @@ func (d *Declarator) Declare(bindings []ExchangeBinding) error {
for _, binding := range bindings {
err := d.chanManager.ExchangeBindSafe(
binding.From,
binding.To,
binding.RoutingKey,
binding.To,
binding.NoWait,
tableToAMQPTable(binding.Args),
)


Loading…
Cancel
Save