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

Anyone have a solution to this working with IBM MQ ? #406

Open rjrobinson opened 4 years ago

rjrobinson commented 4 years ago

Looks like I cant use RabbitMQ in production. We are using IBM MQ, and I was wondering if there is a drop in replacement, or could I write a wrapper to work with sneakers?

gabrieljoelc commented 4 years ago

@rjrobinson thanks for the question. This library is pretty focused on RabbitMQ at this time. However, if you want to open an exploratory PR to discuss options, that'd be great.

If you can figure out a clean abstraction for this, I feel like a separate library might be better (e.g. sneakers-ibmmq).

rjrobinson commented 4 years ago

Ok. let me take a look, and see what I can do. Thanks!