How to use an AMQP 1.0 service

158 views
Skip to first unread message

o...@sensorberg.com

unread,
Sep 28, 2016, 5:16:51 AM9/28/16
to Ruby RabbitMQ libraries
I am trying to write a ruby client for a Microsoft Azure service that is provided via AMQP version 1.0 (link).
I tried to use Bunny for this but unfortunately the underlying amq-protocol library bails out with an:
AMQ::Protocol::FrameTypeError: Must be one of [:method, :headers, :body, :heartbeat]

All ruby AMQP libraries seem to be build on amq-protocol.
Do you know of any library that I could use?

Best regards,

Ole

Michael Klishin

unread,
Sep 28, 2016, 5:19:44 AM9/28/16
to ruby...@googlegroups.com
AMQP 1.0 is not a "later version" of AMQP 0-9-1, it is a completely different protocol,
despite the name and (in theory) the same working group that developed it. Bunny is an AMQP 0-9-1 client.

I'm not aware of the state of Ruby AMQP 1.0 clients.

--
Bunny: http://rubybunny.info
March Hare: http://rubymarchhare.info
 
IRC: #rabbitmq on irc.freenode.net
 
Post to the group: ruby...@googlegroups.com | unsubscribe: ruby-amqp+unsubscribe@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "Ruby RabbitMQ libraries" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-amqp+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
MK

Staff Software Engineer, Pivotal/RabbitMQ
Reply all
Reply to author
Forward
0 new messages