aop icon indicating copy to clipboard operation
aop copied to clipboard

[FEATURE] AMQP 1.0 support

Open sijie opened this issue 4 years ago • 5 comments

[TBD]

sijie avatar Apr 10 '20 02:04 sijie

Apache Qpid Proton-J is the Java stack that's used by most Java servers and clients and you should feel encouraged to reference that, which eliminates a lot of the work you've done here for 0.9 https://github.com/apache/qpid-proton-j

The CNCF Strimzi project has an AMQP bridge and that is an OSS project picking up the Event Streaming spec that we currently have in the AMQP TC. That will be a good place to track the implementation of the spec. The current approach of the AMQP bridge deviates a bit from what the new spec prescribes. https://github.com/strimzi/strimzi-kafka-bridge/tree/master/amqp

The AMQP TC Event Streaming spec is evolving here: https://github.com/oasis-tcs/amqp-specs/tree/master/event-streams/src

(Per OASIS governance rules, we can only incorporate feedback from TC members into that spec until the public review period)

clemensv avatar Jul 24 '20 19:07 clemensv

@clemensv thank you for your comment! We will check out all the references you have provided. Much appreciated your information and support!

sijie avatar Jul 27 '20 01:07 sijie

When do you think AMQP 1.0 will be supported?

belkirdi avatar Sep 20 '20 21:09 belkirdi

@belkirdi - It will be supported late this year.

sijie avatar Sep 22 '20 16:09 sijie

I know there is a connector (sink/source) for AMQP 1.0 now. However, this is a different pattern. We have multiple AMQP 1.0 clients which we would like to write to Pulsar instead of Red Hat AMQ Broker. Is this something that is still on the roadmap?

jsteggink avatar Oct 31 '22 10:10 jsteggink