@@ -14,9 +14,9 @@ Release Notes
1414---------------
1515
1616These release notes contain important information available at the time
17- of release of Message Queue 6.3 .0. New features and enhancements, known
17+ of release of Message Queue 6.5 .0. New features and enhancements, known
1818issues and limitations, and other information are addressed here. Read
19- this document before you begin using Message Queue 6.3 .0.
19+ this document before you begin using Message Queue 6.5 .0.
2020
2121The most up-to-date version of these release notes can be found at
2222`https://eclipse-ee4j.github.io/openmq/guides/`
@@ -28,8 +28,10 @@ and product.
2828These release notes contain the following sections:
2929
3030* link:#aemab[Release Notes Revision History]
31- * link:#CHDFAIFD[About Message Queue 6.3.0]
32- * link:#aenav[Message Queue 6.3 Supported Platforms and Components]
31+ * link:#CHDFAIFD[About Message Queue 6.5.0]
32+ * link:#aenav[Message Queue 6.5 Supported Platforms and Components]
33+ * link:#CHDCIIHK[Bugs Fixed in Message Queue 6.5.0]
34+ * link:#CHDCIIHJ[Bugs Fixed in Message Queue 6.4.0]
3335* link:#CHDCIIHI[Bugs Fixed in Message Queue 6.3.0]
3436* link:#CHDCIIHG[Bugs Fixed in Message Queue 6.1.0]
3537* link:#CHDCIIHF[Bugs Fixed in Message Queue 6.0.0]
@@ -74,6 +76,8 @@ Table 1-1 Revision History
7476[width="100%",cols="20%,80%",options="header",]
7577|=======================================================================
7678|Date |Description of Changes
79+ |June 2024 |Release of this document for Message Queue 6.5.0
80+
7781|May 2022 |Release of this document for Message Queue 6.3.0
7882
7983|April 2021 |Release of this document for Message Queue 6.1.0
@@ -133,24 +137,52 @@ Beta. Adds description of JAAS support.
133137|May 2006 |Initial release of this document for Message Queue 4.0.
134138|=======================================================================
135139
136- [[CHDFAIFD]][[about-message-queue-6.3 .0]]
140+ [[CHDFAIFD]][[about-message-queue-6.5 .0]]
137141
138- About Message Queue 6.3 .0
142+ About Message Queue 6.5 .0
139143~~~~~~~~~~~~~~~~~~~~~~~~~
140144
141145Message Queue is a full-featured message service that provides reliable,
142146asynchronous messaging in conformance with the Jakarta Messaging.
143- Message Queue 6.3.0 conforms to Jakarta Messaging 3.1 and is
144- integrated into GlassFish 7.0 which conforms to the Jakarta EE 10.
147+ Message Queue 6.5.0 conforms to Jakarta Messaging 3.1.
145148In addition, Message
146149Queue provides features that go beyond the JMS specification to meet the
147150needs of large-scale enterprise deployments.
148151
149- Like previous release of Message Queue, the Message Queue 6.3 .0
152+ Like previous release of Message Queue, the Message Queue 6.5 .0
150153binary release does not include the C-API library although the C-API
151154source code is available at
152155https://github.com/eclipse-ee4j/openmq[]`https://github.com/eclipse-ee4j/openmq`
153156
157+ [[CHDCIIHK]][[bugs-fixed-in-message-queue-6.5.0]]
158+
159+ Bugs Fixed in Message Queue 6.5.0
160+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
161+
162+ [NOTE]
163+ =======================================================================
164+
165+ There are some additional issues listed at github location
166+ https://github.com/eclipse-ee4j/openmq/milestone/33?closed=1[OpenMQ
167+ Issues] that are addressed in Message Queue 6.5.0.
168+
169+ =======================================================================
170+
171+ [[CHDCIIHJ]][[bugs-fixed-in-message-queue-6.4.0]]
172+
173+ Bugs Fixed in Message Queue 6.4.0
174+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
175+
176+ [NOTE]
177+ =======================================================================
178+
179+ There are some additional issues listed at github location
180+ https://github.com/eclipse-ee4j/openmq/milestone/28?closed=1[OpenMQ
181+ Issues] that are addressed in Message Queue 6.4.0.
182+
183+ =======================================================================
184+
185+
154186[[CHDCIIHI]][[bugs-fixed-in-message-queue-6.3.0]]
155187
156188Bugs Fixed in Message Queue 6.3.0
@@ -248,9 +280,9 @@ system requirements:
248280Platform Support
249281^^^^^^^^^^^^^^^^
250282
251- As a participant in the 7 .0 release of GlassFish Server, Message Queue
252- 6.3 supports the operating environments, databases, LDAP servers, and
253- hardware listed in the Eclipse GlassFish Server 7 .0 Certification Matrix,
283+ As a participant in the 8 .0 release of GlassFish Server, Message Queue
284+ 6.5 supports the operating environments, databases, LDAP servers, and
285+ hardware listed in the Eclipse GlassFish Server 8 .0 Certification Matrix,
254286which is accessible at (`https://glassfish.org/` ).
255287
256288[[ggrvt]][[GMRLN00070]][[system-virtualization-support]]
@@ -413,12 +445,12 @@ Compatibility Considerations
413445This section covers compatibility considerations when using Message
414446Queue.
415447
416- * Message Queue 6.3 must be used with Java SE 11+. This general JMS 3.1
417- and Jakarta EE 10 requirement implies that whenever Message Queue 6.3 jars
448+ * Message Queue 6.5 must be used with Java SE 11+. This general JMS 3.1
449+ and Jakarta EE 11 requirement implies that whenever Message Queue 6.5 jars
418450are used in your classpath, you must use Java 11+. For information on how
419451to set the Java runtime for a broker, see "Using an "Alternative Java
420452Runtime" in the Open Message Queue Administration Guide.
421- * Message Queue 6.3 brokers now use the Java `java.util.logging` logger.
453+ * Message Queue 6.5 brokers now use the Java `java.util.logging` logger.
422454* Message Queue uses many interfaces that may change over time.
423455Scalability of Message Queue Interfaces in
424456https://eclipse-ee4j.github.io/openmq/guides/mq-admin-guide/toc.html[Open
0 commit comments