We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
private static final String QUARKUS_ARTEMIS_URL = "quarkus.artemis.url";
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.
The text was updated successfully, but these errors were encountered:
hello. any news on this?
Sorry, something went wrong.
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?
quarkus-artemis
quarkus-artemis-jms-ra
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: