Author: clebertsuconic
Date: Thu Jun 14 16:36:48 2018
New Revision: 1031201
Log:
update page for 2.6.1
Added:
websites/production/activemq/content/artemis/release-notes-2.6.1.html
Added: websites/production/activemq/content/artemis/release-notes-2.6.1.html
==============================================================================
--- websites/production/activemq/content/artemis/release-notes-2.6.1.html
(added)
+++ websites/production/activemq/content/artemis/release-notes-2.6.1.html Thu
Jun 14 16:36:48 2018
@@ -0,0 +1,141 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN"
"http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ Architecture
+-->
+<html lang="en">
+<head>
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
+ <meta content="ActiveMQ's next generation of messaging"
name="description"/>
+ <meta content="messaging,stomp,jms,activemq" name="keywords"/>
+ <meta content="ActiveMQ" name="author"/>
+ <link type="text/css" rel="stylesheet"
href="styles/impact/css/pygmentize.css"/>
+ <link type="text/css" rel="stylesheet" href="styles/impact/css/site.css"/>
+
+ <style type='text/css'>
+ /* <![CDATA[ */
+ .download {
+ font-size: 80%;
+ }
+ table.download { width: 100%;}
+ table.download tr td {
+ border: 1px solid #ccc;
+ padding: .5em;
+ }
+ /* ]]> */
+
+ </style>
+
+ <title>ActiveMQ Artemis Release Notes 2.6.0</title>
+</head>
+<body>
+<div id="navigation">
+ <div class="wrapper">
+ <ul>
+ <li><a href="index.html">ActiveMQ Artemis</a></li>
+ <li><a href="docs.html">Documentation</a></li>
+ <li><a href="download.html">Download</a></li>
+ </ul>
+ </div>
+</div>
+<div id="overview">
+ <div class="wrapper">
+ <div class="logo">
+ <img src="images/activemq-logo.png" alt="ActiveMQ logo"/>
+ </div>
+ <div class="message">
+ <h1>ActiveMQ Artemis</h1>
+ </div>
+ </div>
+</div>
+<div id="content">
+ <div class="wrapper">
+ <h2 id="release-notes---apache-activemq-artemis-2.6.1">Release Notes -
Apache ActiveMQ Artemis 2.6.1</h2>
+ </div>
+ <div class="wrapper">
+ <p>A complete list of JIRAs for the 2.6.1 release can be found <a
+
href=https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12343356>here.</a>
+ </p>
+ <p>A list of commits can be found <a
href="commit-report-2.6.1.html">here</a></p>
+
+
+ Release Notes - ActiveMQ Artemis - Version 2.6.1
+
+ <h2> Bug
+ </h2>
+ <ul>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1568'>ARTEMIS-1568</a>] -
Unsettled AMQP messages are lost when Receiver Link is opened on remote
cluster member
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1858'>ARTEMIS-1858</a>] -
Expired messages are not traversing bridge with AMQP
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1860'>ARTEMIS-1860</a>] -
Bug on documentation of spring integration
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1870'>ARTEMIS-1870</a>] -
Document Bug: Missing documentation for new parameter
"jdbc-journal-sync-period" added for JDBC Persistence
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1872'>ARTEMIS-1872</a>] -
Correctly check for queue exists before creating shared queue
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1873'>ARTEMIS-1873</a>] -
AMQ222068: STOMP heartbeat handler is not stopped after
StompConnection.destroy()
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1874'>ARTEMIS-1874</a>] -
NPE in ActiveMQMessage.setObjectProperty
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1875'>ARTEMIS-1875</a>] -
Redistribution of messages sometimes does not occur if original message
sent using link routing via AMQP
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1876'>ARTEMIS-1876</a>] -
InVMNodeManager shouldn't be used if no JDBC HA is configured
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1885'>ARTEMIS-1885</a>] -
max-consumers attribute in queue definition does not work for AMQP client.
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1887'>ARTEMIS-1887</a>] -
Setting default-max-consumers in addressing setting has no effect on the
max-consumers property on matching address queues
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1891'>ARTEMIS-1891</a>] -
Sending synchronization finished packet starves when thread pool is full
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1902'>ARTEMIS-1902</a>] -
Message redistribution is not stopped when consumers count on remote node
reaches 0 (AMQP)
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1907'>ARTEMIS-1907</a>] -
Confusion between AIO and ASYNCIO
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1911'>ARTEMIS-1911</a>] -
Incorrect documented default for message-counter-max-day-history
+ </li>
+ </ul>
+
+ <h2> Improvement
+ </h2>
+ <ul>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1908'>ARTEMIS-1908</a>] -
The Configuration Reference page should document all available settings
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1909'>ARTEMIS-1909</a>] -
artemis-configuration.xsd should not contain dummy documentation
+ </li>
+ </ul>
+
+ <h2> Test
+ </h2>
+ <ul>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1853'>ARTEMIS-1853</a>] -
Adding Netty OpenSSL provider test
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1868'>ARTEMIS-1868</a>] -
Openwire doesn't add delivery count in client ack mode
+ </li>
+ </ul>
+
+ <h2> Task
+ </h2>
+ <ul>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1882'>ARTEMIS-1882</a>] -
Verify PKCS12 keystores work
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/ARTEMIS-1912'>ARTEMIS-1912</a>] -
Review Documentation
+ </li>
+ </ul>
+
+ </div>
+</body>
+</html>