-
-
Notifications
You must be signed in to change notification settings - Fork 302
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
feat: Add ActiveMQ Artemis module #1055
feat: Add ActiveMQ Artemis module #1055
Conversation
✅ Deploy Preview for testcontainers-dotnet ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Nowadays, we can find ActiveMQ Classic and ActiveMQ Artemis. Although, the module refers to activemq, in general, would be great to be specific about Artemis instead of ActiveMQ. In Testcontainers for Java, the plan is to have one module to host both of them.
@eddumelendez I can also include the classic container in this project, if that is okay? Or should they be hosted in different projects? |
ActiveMQ Classic doesn't support credentials in env vars right now, the image have not been published yet, that's why the PR is still open in Testcontainers for Java. My comment is related to the naming rather than adding support for ActiveMQ Classic. |
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.
Thank you for the PR! Great first contribution 💪 In my opinion, we can merge it. I just have a quick question (see the comment below).
@eddumelendez Is there anything left we should address before merging the PR? |
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 for updating the PR. I just noticed the changes today. LGTM — thanks again. I will merge it later in the day.
Great! Once released I'll merge the changes to make it available in the Modules Catalog. You can see the preview here. |
What does this PR do?
Adds an ActiveMQ Artemis container to the list of supported Testcontainers.
Why is it important?
Provides an ActiveMQ Artemis test container.
How to test this PR
Run Testcontainers.ActiveMq.Tests