Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add support for jakarta jms 3.1 #4603

Closed
wants to merge 4 commits into from
Closed

add support for jakarta jms 3.1 #4603

wants to merge 4 commits into from

Conversation

BusyByte
Copy link

@BusyByte BusyByte commented Jan 3, 2025

closes: #4443

@BusyByte BusyByte marked this pull request as draft January 3, 2025 21:47
@slandelle
Copy link
Member

As I said, this solution of forking everything should really be a last resort. Forking is easy, maintaining duplicated code is a huge pain. I think it should be possible to share the internals using some type classes to do the adapters, possibly inlined.

@BusyByte
Copy link
Author

BusyByte commented Jan 8, 2025

@slandelle I was going to create another module named like jms common or core and move common stuff there and have the individual ones pull it in as a dependency

@slandelle
Copy link
Member

@BusyByte Great! Good luck!

@BusyByte BusyByte closed this Feb 10, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

JMS: Add support for jakarta.jms.ConnectionFactory
2 participants