Ken Liao
Ken Liao
* Rewrote some for-loop for cleaner code. * Removed one of the unused import.
Add documentation on how to test changes locally. Make onboarding new contributor to ActiveMQ easier.
Unspecified Cache-Control HTTP header is vulnerable. Set it to no-store to avoid caching sensitive data for stronger security. It should be the default unless users override it. Reference: https://www.virtuesecurity.com/kb/cache-controls-explained/ >...
Address https://issues.apache.org/jira/browse/AMQ-9515
This can be redirected from Getting Started guide.
**What problems does this PR solve?** Currently, to get the total number of queues and topics on the broker using JMX, one needs to query the attribute values of Queues...
This design doc proposes design and implementation approach for supporting shared subscription in ActiveMQ Classic. It is one of the remaining Jakarta Messaging 3.1 features. Note, this design is co-authored...
Hi community. As I am diving into the plugin architecture of ActiveMQ and its plugin ecosystem, I have some ideas and would like to see what the community thinks.