-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 test environment for activemq #5204
Conversation
Codecov Report
|
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.
Nice, thanks for this! 💯
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.
G2g for the doc 👍
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.
Great!
Co-Authored-By: Ofek Lev <ofekmeister@gmail.com>
What does this PR do?
In preparation for creating a native dashboard for ActiveMQ, this PR provides a basic E2E environment where JMX metrics can be extracted.
Additional Notes
Once the env has been started via
ddev env start activemq py37
, you can access the admin interface at the following url: http://localhost:8161/admin/From there, you can add new queues or topics, then run
ddev env check activemq py37
and see updated metrics in the output.Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached