Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/components/classic/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ type: classic
* [License](http://www.apache.org/licenses/)
* [Latest Javadoc](maven/apidocs/)
* [Community](community)
* [Roadmap](roadmap)
* [Features](features)
* [Connectivity](connectivity)
* [Using ActiveMQ Classic](using-activemq-classic-5)
* [Using ActiveMQ](using-activemq-classic-5)
* [Tools](tools)
* [Support]({{project.base}}/support)
* [Developers](developers)
Expand Down
37 changes: 37 additions & 0 deletions src/components/classic/documentation/roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
layout: default_md
title: Roadmap
title-class: page-title-classic
type: classic
---

[Roadmap](roadmap)

This is a high level overview of the ActiveMQ roadmap.
You can find more details about proposals on [GitHub Issues with the proposal label](https://github.com/apache/activemq/issues?q=is%3Aissue%20label%3Aproposal).

* [6.3.0](https://github.com/apache/activemq/milestone/1)
* Java 25 support (runtime)
* Virtual Thread Support Preview
* Jetty 12 support
* JMS 3 `receiveBody` support
* Helm Charts
* [6.4.0](https://github.com/apache/activemq/milestone/2)
* New security features
* OAuth2
* External IdP/IdM support
* OPA support
* New JMS 3 features support
* [6.5.0](https://github.com/apache/activemq/milestone/3)
* New JMS 3 features support
* Message DeliveryDelay
* CompletionListener async send support
* Shared Subscription/Consumer
* JMSContext support in pool
* [6.6.0](https://github.com/apache/activemq/milestone/4)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should mark version this far out, instead share a 'Feature Backlog' or 'Planned Features'.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a fair point. I think we should keep the next two major releases to give perspective and have a list of planned features/ideas.
Thoughts ?

* Replicated/Mirrored features (several active KahaDB/broker instances for HA and clustering)
* Lock coordinator on the transport connector
* [7.0.0](https://github.com/apache/activemq/milestone/5)
* New pluggable runtime
* New configuration formats (yaml, xml, json, ...)
* Remove Spring dependencies