quarkiverse / quarkus-artemis

Quarkus Artemis extensions
Apache License 2.0
12 stars 11 forks source link

Allow configuring a client id at the adapter level #428

Closed gtudan closed 5 months ago

gtudan commented 5 months ago

This allows setting the client id at the adapter level through the application.properties:

quarkus.ironjacamar.artemis.ra.config.client-id=Quarkus

Closes #427