jondot / sneakers

A fast background processing framework for Ruby and RabbitMQ
https://github.com/jondot/sneakers
MIT License
2.24k stars 333 forks source link

Bunny client properties #410

Closed ac-dc87 closed 2 months ago

ac-dc87 commented 4 years ago

Is there a way to override or append to bunny client properties?

Screen Shot 2019-10-10 at 11 34 03 AM
iagopiimenta commented 3 years ago

try this:

Sneakers.configure(
  properties: {
    connection_name: 'test'
  }
)