-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement an AMQP dev service #15
Comments
Quarkus Core as an AMQP 1.0 dev service (using Artemis). We could extract the classes to reuse the same dev service. |
@cescoffier is there any quarkus issue trancking to extract the classes for reusing? I think we have a similar one with quarkiverse/quarkus-artemis#54 |
Note that Artemis has a multi port acceptor on port 61616 which can be used for Core (Artemis JMS), OpenWire, STOMP, AMQP 1.0, MQTT and HornetQ. |
I don't believe there is a Quarkus issue per-se. However having multiple similar dev service could be a disaster if the extensions are used together. |
From Quarkus 2.0, the Dev Service support is increasing for each extensions.
Implement an AMQP dev service similar to https://github.com/quarkusio/quarkus/pull/17844/files
The text was updated successfully, but these errors were encountered: