AMQP Versions

As I had mentioned earlier, at work I was “strongly encouraged” to use Azure Service Bus, instead of RabbitMQ (which was the technology I had suggested.) RabbitMQ has good Ruby support. I had chosen Sneakers (Which uses bunny under the hood) Since Azure Service Bus also supports AMQP, I was trying to see if we can use these libraries with Azure Service Bus. But connection itself wouldn’t work. I kept getting FrameTypeError

Continue Reading »