You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I lack knowledge (and the time to acquire it) to help here. It looks like something that goes with having artemis-ra support. Do you have already a proposal how to implement it?
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: