-
-
Notifications
You must be signed in to change notification settings - Fork 510
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(modules): add artemis container #1440
Conversation
✅ Deploy Preview for testcontainers-go ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
009473c
to
c9f2d61
Compare
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 creating this module, at first sight it looks great!
I'm interested in your use case for this technology. Nevertheless, I will review it more deeply next Monday.
I'm currently working on a library similar to the standard library's |
c9f2d61
to
33af3bd
Compare
33af3bd
to
9b51c72
Compare
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 your contribution! I've been waiting for artemis and activemq images and thanks to your PR I realized those were available since couple of weeks ago.
8f2bd3e
to
a74913e
Compare
a74913e
to
7cde9b1
Compare
Hey @mdelapenya @eddumelendez, sorry about the delay but I was ill during the week. |
7cde9b1
to
8627291
Compare
8627291
to
06d9965
Compare
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 think we are good to go! As mentioned in the new comments, I'll add the code snippets in a follow-up PR. 🚀
Thank you very much for your patience while reviewing the module 🙇
```go | ||
container, err := artemis.RunContainer(ctx, artemis.WithCredentials("user", "password")) | ||
``` |
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.
Not to delay more this PR, I'll update the code snippets, using the codeinclude plugin in a follow-up PR.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Merge now, as the CI build already passed and the latest commit updates go.mod, only |
What does this PR do?
Adds Apache ActiveMQ Artemis module.
Why is it important?
Artemis supports most common messaging protocols (AMQP, MQTT, STOMP) so this allows a fairly wide range of testing integrations with message broker clients.
Related issues