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

Dev service with Quarkus Artemis RA #597

Open
vmargerin opened this issue Aug 12, 2024 · 2 comments
Open

Dev service with Quarkus Artemis RA #597

vmargerin opened this issue Aug 12, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@vmargerin
Copy link

Current DevServicesArtemisProcessor works only with quarkus-artemis-jms, as it is based on quarkus.artemis.* configuration.

private static final String QUARKUS_ARTEMIS_URL = "quarkus.artemis.url";
https://github.com/quarkiverse/quarkus-artemis/blob/6508c7e34fc45c17f8a933278dd5f4f2cfa8af56/core/deployment/src/main/java/io/quarkus/artemis/core/deployment/DevServicesArtemisProcessor.java#L44C4-L44C77

It would be great to have the same dev service with quarkus-artemis-jms-ra and iron jacamar configuration:

private static final String QUARKUS_ARTEMIS_URL = "quarkus.ironjacamar.ra.config.connection-parameters";

Thanks.

@turing85 turing85 added the enhancement New feature or request label Aug 12, 2024
@vsevel
Copy link

vsevel commented Oct 10, 2024

hello. any news on this?

@turing85
Copy link
Contributor

Not as far as I am aware of.

@zhfeng you did the devservices implementation for quarkus-artemis and the quarkus-artemis-jms-ra implementation. Do you have time to look into this?

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

No branches or pull requests

3 participants