Quarkus: Reactive Messaging support

Created on 18 Jan 2019  路  12Comments  路  Source: quarkusio/quarkus

  • [x] Basic behavior
  • [x] Stream qualifier support (https://github.com/jbossas/protean-shamrock/issues/497)
  • [x] Get reactive converter working (https://github.com/jbossas/protean-shamrock/pull/605)
  • [x] Get something working in native mode
  • [x] MQTT sink and source
  • [x] Kafka sink and source
  • [x] AMQP sink and source
  • [ ] Specific JAX-RS integration
areinfra

Most helpful comment

@lulf We have implemented a new Vert.x AMQP client (will be released soon - code is here: https://github.com/vert-x3/vertx-amqp-client) that will be used in Reactive Messaging. So expect it in 2 weeks or so.

All 12 comments

@cescoffier since we plan to release next week there isn't much time left. What should we do with this issue?

@n1hility we have the bare minimum for the 1.0 (Kafka). So we are good. I will remove the "first public release" tag and keep this issue as an umbrella for the rest of the work.

What's not done.... the associated quickstart and guides, looking at this today.

(but we have an amazing demo)

@cescoffier What remains for the AMQP support?

@lulf We have implemented a new Vert.x AMQP client (will be released soon - code is here: https://github.com/vert-x3/vertx-amqp-client) that will be used in Reactive Messaging. So expect it in 2 weeks or so.

@cescoffier any update on AMQP support? For me it is the last missing piece to migrate JMS application.

@andrejpetras AMQP has been added.

@cescoffier thanks, is working well ;) I create a new ticket for the AMQP client to add the modified method.
https://github.com/vert-x3/vertx-amqp-client/issues/18

@andrejpetras I've added the modified method in the client. We would be able to benefit from it once it's released.

@cescoffier thanks

The remaining action will be tracked in another issue.

Was this page helpful?
0 / 5 - 0 ratings