streamnative / aop

AMQP on Pulsar protocol handler
Apache License 2.0
114 stars 47 forks source link

[FEATURE] AMQP 1.0 support #724

Open nareshv opened 1 year ago

nareshv commented 1 year ago

Is your feature request related to a problem? Please describe. Currently the plugin supports 0-9-1 which is very different from AMQP 1.0. Are there plans to support AMQP 1.0 ? This helps migrating from brokers which support AMQP 1.0 today (IBM, Artemis, etc)

Describe the solution you'd like Having support for AMQP 1.0 in AOP Itself

Describe alternatives you've considered QPID Broker J

Additional context QPID Broker J supports multiple AMQP Protocols, which can be advantageous for AOP if supported as it makes migration easier when coming from AMQP 1.0 (IBM MQ, etc)

jsteggink commented 1 year ago

+1 We have a lot of components using AMQP 1.0 and we would like to move to Pulsar.