Skip to content
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

Open
vkasala opened this issue Aug 10, 2021 · 4 comments
Open

Implement an AMQP dev service #15

vkasala opened this issue Aug 10, 2021 · 4 comments

Comments

@vkasala
Copy link

vkasala commented Aug 10, 2021

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

@cescoffier
Copy link
Contributor

Quarkus Core as an AMQP 1.0 dev service (using Artemis). We could extract the classes to reuse the same dev service.

@zhfeng
Copy link
Contributor

zhfeng commented Jul 5, 2022

@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

@middagj
Copy link

middagj commented Jul 5, 2022

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.

@cescoffier
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants