rabbot icon indicating copy to clipboard operation
rabbot copied to clipboard

Any plans for supporting AMQP-1.0 ?

Open ernani opened this issue 7 years ago • 2 comments

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!

ernani avatar Mar 14 '18 05:03 ernani

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)

alonisser avatar May 07 '18 12:05 alonisser

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.

ernani avatar May 07 '18 20:05 ernani