diff --git a/src/components/classic/documentation/index.md b/src/components/classic/documentation/index.md index 78bdf6fa4c..6c183196cc 100644 --- a/src/components/classic/documentation/index.md +++ b/src/components/classic/documentation/index.md @@ -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) diff --git a/src/components/classic/documentation/roadmap.md b/src/components/classic/documentation/roadmap.md new file mode 100644 index 0000000000..06a7c13baf --- /dev/null +++ b/src/components/classic/documentation/roadmap.md @@ -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) + * 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