arobson / rabbot

Deprecated: Please see https://github.com/Foo-Foo-MQ/foo-foo-mq
MIT License
277 stars 129 forks source link

Any plans for supporting AMQP-1.0 ? #146

Open ernani opened 6 years ago

ernani commented 6 years ago

I am wondering if you do have any plans to support AMQP protocol version 1.0 instead of RabbitMQ's current v 0-9-1.

The effort I see around this, is to derive the AMQP implementation from this component instead: https://github.com/noodlefrenzy/node-amqp10

Is that feasible? Cheers!

alonisser commented 6 years ago

Rabbitmq does not fully support amqp 1.0 (see the 1.0 rabbitmq plugin stating : "This plugin is several years old and is moderately mature. It may have certain limitations with its current architecture but most major AMQP 1.0 features should be in place." Do you mean do suggest that rabbot should support other Message queues that implement AMQP 1.0? I'd say it's quite out of scope (but may @arobson disagrees)

ernani commented 6 years ago

I was just concerned it could be used to support other kinds of queues such as ActiveMQ and Azure Service Bus or Event Hubs, etc.