-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Add service connection support for ActiveMQ #35080
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
Add service connection support for ActiveMQ #35080
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks very much for the PR, @eddumelendez. You're quite prolific! I've left a few comments for your consideration when you have time.
...va/org/springframework/boot/autoconfigure/jms/activemq/ActiveMQConnectionFactoryFactory.java
Show resolved
Hide resolved
...org/springframework/boot/autoconfigure/jms/activemq/PropertiesActiveMQConnectionDetails.java
Outdated
Show resolved
Hide resolved
...java/org/springframework/boot/autoconfigure/jms/activemq/ConnectionDetailsConfiguration.java
Outdated
Show resolved
Hide resolved
...java/org/springframework/boot/autoconfigure/jms/activemq/ConnectionDetailsConfiguration.java
Outdated
Show resolved
Hide resolved
I've updated the PR addressing your comment. Thanks for the quick review, @wilkinsona ! |
extends ContainerConnectionDetailsFactory<ActiveMQConnectionDetails, Container<?>> { | ||
|
||
ActiveMQContainerConnectionDetailsFactory() { | ||
super("symptoma/activemq"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated this from activemq
to symptoma/activemq
because it's similar to the Testcontainers mechanism to make sure this works with this image or a similar one to this. The image besides running on arm too it provides good mechanism to set username and password
This also adds support for Docker Compose. See gh-35080
Thanks very much Eddú. I've polished the contribution to add support for Docker Compose as well. |
No description provided.