-
Notifications
You must be signed in to change notification settings - Fork 7
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
Allow named configurations #35
Comments
@zhfeng, @middagj I'd like to start a discussion. I think it is worthwhile to fully integrate this extension into quarkus-artemis, i.e. merging the code of this extension into quarkus-artemis. The plan would be to move all configuration options under the key What do you guys think? Would this be an option? |
If it is still a separate extension people can opt to include I would welcome it. But, this is more a question for the current owner. Pooled JMS is not specifically tied to any JMS implementation. I don't know how they see the future and if they want to be an extension to artemis-jms or want to keep their independence. |
Thanks @turing85 , I'd like to keep it as a seperate extension as it targets for a generic solution to wrap all the JMS implementations. I had raised a discussion on quarkus-dev https://groups.google.com/g/quarkus-dev/c/thdTCj-XNUU. It looks like a CDI decorator could be helpful. I will keep you update. |
Hm... I see. I am, however, somewhat dissatisfied that we would have to define everything twice (once for the actual configuration, once for pooling). But to be honest, I see not way to fix this except for restructuring the whole messaging-concept within quarkus, grouping everything under a common key (as it is done with |
Since we now have the capability of named configurations in quarkus-artemis (#20), we should also implement them for pooled connections.
The text was updated successfully, but these errors were encountered: