Hi,
I'm currently trying to get the amqp gem working within a Delayed Job.
If I use my client outside delayed job, everything works fine:
https://gist.github.com/anonymous/5482005However I put similar code into a Delayed Job, then I get no errors, but the messages never arrive on the broker.
https://gist.github.com/anonymous/5481975My guess is that is has something to do with EventMachine, but I'm currently clueless. So any help is very much appreciated.
Thanks in advance,
Philippe