This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b661a3d09 Do surface-level cleanup of detail around retired
components: qpid-cpp, qpid-dispatch, qpid-jms-amqp-0-x, qpid-python
b661a3d09 is described below
commit b661a3d09bec7e31faec2edf3ddb4efeac896906
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Apr 15 17:50:09 2026 +0100
Do surface-level cleanup of detail around retired components:
qpid-cpp, qpid-dispatch, qpid-jms-amqp-0-x, qpid-python
Rough tidyup of key entrypoints such as homepage, download page,
documentation, components, releases, and other misc pages.
More to do. Does not remove release content itself, larger
cleanup still to come for those elements and more.
---
content/components/index.html | 45 ++++++-------------------------
content/components/jms/index.html | 3 ---
content/dashboard.html | 56 ++++++++++-----------------------------
content/documentation.html | 32 +++-------------------
content/download.html | 40 +++-------------------------
content/index.html | 2 --
content/maven.html | 15 -----------
content/packages.html | 50 ----------------------------------
content/releases/index.html | 7 -----
input/components/index.md | 30 ++++++---------------
input/components/jms/index.md | 3 ---
input/dashboard.md | 12 +++------
input/documentation.md | 27 +++----------------
input/download.md | 9 +------
input/index.html.in | 2 --
input/maven.md | 15 -----------
input/packages.md | 44 ------------------------------
input/releases/index.md | 7 -----
18 files changed, 47 insertions(+), 352 deletions(-)
diff --git a/content/components/index.html b/content/components/index.html
index 5c276aad4..99da42f79 100644
--- a/content/components/index.html
+++ b/content/components/index.html
@@ -118,22 +118,21 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
<h1 id="components">Components</h1>
<p>The Qpid project offers two kinds of components, <em>messaging APIs</em> for
-building AMQP applications, and <em>messaging servers</em> for deploying AMQP
+building AMQP applications, and <em>messaging server</em> for deploying AMQP
networks. You can use them together to build robust distributed
applications.</p>
<p><strong>Messaging APIs</strong> give your application a tool for efficient,
high-level interprocess communication.</p>
-<p>Qpid offers three messaging APIs.
+<p>Qpid offers various messaging APIs.
<a href="/proton/index.html">Qpid Proton</a> is a reactive API with
full-spectrum AMQP control. In addition to being a messaging API, Qpid
Proton is used by other Qpid components to implement AMQP 1.0 protocol
support. <a href="jms/index.html">Qpid JMS</a> is an AMQP-fluent
implementation
of the widely used
<a href="http://en.wikipedia.org/wiki/Java_Message_Service">Java Message
Service</a>
-API. The <a href="messaging-api/index.html">Qpid Messaging API</a> is a
-connection-oriented API that supports many languages.</p>
+API.</p>
<p>The term "client" is often used to refer to messaging APIs, but some
messaging APIs, such as Qpid Proton, can be used to implement any kind
@@ -144,31 +143,21 @@ proxies.</p>
additional behaviors such as store-and-forward for improved
reliability.</p>
-<p>The Qpid message brokers are full-featured
+<p>Qpid <a href="broker-j/index.html">Broker-J</a> is a full-featured
<a
href="http://en.wikipedia.org/wiki/Message-oriented_middleware">message-oriented
middleware</a>
-brokers. They offer specialized queueing behaviors, message
-persistence, and manageability. Qpid offers pure-Java and native-code
-implementations, the <a href="broker-j/index.html">Broker-J</a> and the
-<a href="cpp-broker/index.html">C++ broker</a>.</p>
-
-<p><a href="dispatch-router/index.html">Dispatch router</a> is a new kind of
-messaging server. It allows you to build redundant router networks
-connecting clients, brokers, and standalone services.</p>
+broker, offering specialized queueing behaviors, message persistence, and
manageability.</p>
<h2 id="messaging-apis">Messaging APIs</h2>
<ul>
<li><a href="/proton/index.html">Qpid Proton</a> - A toolkit allowing any
application to speak AMQP</li>
<li><a href="jms/index.html">Qpid JMS</a> - An AMQP-fluent <a
href="http://en.wikipedia.org/wiki/Java_Message_Service">Java Message
Service</a> implementation</li>
-<li><a href="messaging-api/index.html">Qpid Messaging API</a> - A
connection-oriented messaging API that supports many languages</li>
</ul>
<h2 id="messaging-servers">Messaging servers</h2>
<ul>
<li><a href="broker-j/index.html">Broker-J</a> - A pure-Java AMQP message
broker</li>
-<li><a href="cpp-broker/index.html">C++ broker</a> - A native-code AMQP
message broker</li>
-<li><a href="dispatch-router/index.html">Dispatch router</a> - An AMQP router
for scalable messaging interconnect</li>
</ul>
<h2 id="messaging-tools">Messaging tools</h2>
@@ -191,18 +180,6 @@ connecting clients, brokers, and standalone services.</p>
</tr>
</thead>
<tbody>
-<tr>
- <td><a href="/components/cpp-broker/index.html">C++ broker</a></td>
- <td>-</td>
- <td>Linux, Windows</td>
- <td>1.0, 0-10</td>
-</tr>
-<tr>
- <td><a href="/components/dispatch-router/index.html">Dispatch router</a></td>
- <td>-</td>
- <td>Linux</td>
- <td>1.0</td>
-</tr>
<tr>
<td><a href="/components/broker-j/index.html">Broker-J</a></td>
<td>-</td>
@@ -213,13 +190,7 @@ connecting clients, brokers, and standalone services.</p>
<td><a href="/components/jms/index.html">Qpid JMS</a></td>
<td>Java</td>
<td>JVM</td>
- <td>1.0, 0-10, 0-9-1, 0-9, 0-8</td>
-</tr>
-<tr>
- <td><a href="/components/messaging-api/index.html">Qpid Messaging
API</a></td>
- <td>C++, Python</td>
- <td>Linux, Windows</td>
- <td>1.0, 0-10</td>
+ <td>1.0</td>
</tr>
<tr>
<td><a href="/proton/index.html">Qpid Proton</a></td>
@@ -237,8 +208,8 @@ connecting clients, brokers, and standalone services.</p>
</table>
<p>Any Qpid components that share an AMQP version can interoperate. For
-instance, the brokers are implemented in C++ and Java respectively,
-but they do not require C++ or JMS clients for communication.</p>
+instance, Broker-J is implemented in Java, but can communicate with
+C++ clients for communication.</p>
</div>
diff --git a/content/components/jms/index.html
b/content/components/jms/index.html
index 23c796997..328160ad0 100644
--- a/content/components/jms/index.html
+++ b/content/components/jms/index.html
@@ -155,8 +155,6 @@ client built using <a href="/proton/index.html">Qpid
Proton</a>.</p>
</div>
-<p>For details about the AMQP 0-x JMS client, look <a
href="amqp-0-x.html">here</a>.</p>
-
</div>
<div id="-right-column" class="right-column-adjusted">
@@ -189,7 +187,6 @@ client built using <a href="/proton/index.html">Qpid
Proton</a>.</p>
<ul>
<li><a href="security.html">Security</a></li>
-<li><a href="amqp-0-x.html">AMQP 0-x JMS Client</a></li>
</ul>
</div>
diff --git a/content/dashboard.html b/content/dashboard.html
index 8127038ab..3a0a21e78 100644
--- a/content/dashboard.html
+++ b/content/dashboard.html
@@ -147,41 +147,13 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
<td><a href="https://github.com/apache/qpid-broker-j/actions"><img
src="https://github.com/apache/qpid-broker-j/actions/workflows/build.yml/badge.svg?branch=main"
height="20"/></a></td>
<td><a href="https://gitbox.apache.org/repos/asf/qpid-broker-j.git">Git</a>
• <a href="https://github.com/apache/qpid-broker-j">GitHub</a></td>
</tr>
-<tr>
- <td><a href="https://github.com/apache/qpid-cpp/blob/main/README.md">Qpid
C++</a></td>
- <td><a href="/releases/qpid-cpp-1.39.0">1.39.0</a></td>
- <td><a href="https://issues.apache.org/jira/projects/QPID">Summary</a>
• <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPID+and+resolution+is+null+and+component+in+%28%22C%2B%2B+Broker%22%2C+%22C%2B%2B+Build%22%2C+%22C%2B%2B+Client%22%2C+%22C%2B%2B+Clustering%22%2C+%22C%2B%2B+Documentation%22%2C+%22C%2B%2B+Tests%22%2C+%22C%2B%2B+Tools%22%2C+%22.NET+Client%22%2C+%22Perl+Client%22%2C+%22Python+Client+%28Wrapped%29%22%2C+%22QMF%22%2C+%22Ruby+Client%22%29">Open
iss [...]
- <td><a
href="https://builds.apache.org/blue/organizations/jenkins/Qpid%2FQpid-CPP-Test/activity"><img
src="https://builds.apache.org/buildStatus/icon?job=Qpid/Qpid-CPP-Test"
height="20"/></a> <a
href="https://ci.appveyor.com/project/ApacheSoftwareFoundation/qpid-cpp/branch/main"><img
src="https://ci.appveyor.com/api/projects/status/wma611lkq1fcyo18?branch=main&svg=true"
height="20"/></a></td>
- <td><a href="https://gitbox.apache.org/repos/asf/qpid-cpp.git">Git</a>
• <a href="https://github.com/apache/qpid-cpp">GitHub</a></td>
-</tr>
-<tr>
- <td><a href="/components/dispatch-router/index.html">Qpid Dispatch</a></td>
- <td><a href="/releases/qpid-dispatch-1.19.0">1.19.0</a></td>
- <td><a href="https://issues.apache.org/jira/projects/DISPATCH">Summary</a>
• <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+DISPATCH+and+resolution+is+null">Open
issues</a> • <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+DISPATCH">All
issues</a> • <a
href="https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12315321">Create
issue</a></td>
- <td><a href="https://github.com/apache/qpid-dispatch/actions"><img
src="https://github.com/apache/qpid-dispatch/actions/workflows/build.yaml/badge.svg?branch=main"
height="20"/></a></td>
- <td><a href="https://gitbox.apache.org/repos/asf/qpid-dispatch.git">Git</a>
• <a href="https://github.com/apache/qpid-dispatch">GitHub</a></td>
-</tr>
-<tr>
- <td><a href="/components/interop-test/index.html">Qpid Interop Test</a></td>
- <td><a href="/releases/qpid-interop-test-0.3.0">0.3.0</a></td>
- <td><a href="https://issues.apache.org/jira/projects/QPIDIT">Summary</a>
• <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPIDIT+and+resolution+is+null">Open
issues</a> • <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPIDIT">All
issues</a> • <a
href="https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12318621">Create
issue</a></td>
- <td>-</td>
- <td><a
href="https://gitbox.apache.org/repos/asf/qpid-interop-test.git">Git</a>
• <a href="https://github.com/apache/qpid-interop-test">GitHub</a></td>
-</tr>
<tr>
<td><a href="/components/jms/index.html">Qpid JMS</a></td>
<td><a href="/releases/qpid-jms-2.10.0">2.10.0</a></td>
<td><a href="https://issues.apache.org/jira/projects/QPIDJMS">Summary</a>
• <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPIDJMS+and+resolution+is+null">Open
issues</a> • <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPIDJMS">All
issues</a> • <a
href="https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12314524">Create
issue</a></td>
- <td><a href="https://github.com/apache/qpid-jms/actions"><img
src="https://github.com/apache/qpid-jms/actions/workflows/build.yml/badge.svg?branch=main"
height="20"/></a> <a
href="https://builds.apache.org/blue/organizations/jenkins/Qpid%2FQpid-JMS-Test-JDK11/activity"><img
src="https://builds.apache.org/buildStatus/icon?job=Qpid/Qpid-JMS-Test-JDK11"
height="20"/></a> <a
href="https://builds.apache.org/blue/organizations/jenkins/Qpid%2FQpid-JMS-Test-JDK11-Windows/activity"><img
src="ht [...]
+ <td><a href="https://github.com/apache/qpid-jms/actions"><img
src="https://github.com/apache/qpid-jms/actions/workflows/build.yml/badge.svg?branch=main"
height="20"/></a></td>
<td><a href="https://gitbox.apache.org/repos/asf/qpid-jms.git">Git</a>
• <a href="https://github.com/apache/qpid-jms">GitHub</a></td>
</tr>
-<tr>
- <td><a href="/components/jms/amqp-0-x.html">Qpid JMS AMQP 0-x</a></td>
- <td><a href="/releases/qpid-jms-amqp-0-x-6.4.0">6.4.0</a></td>
- <td><a href="https://issues.apache.org/jira/projects/QPID">Summary</a>
• <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPID+and+resolution+is+null+and+component+in+%28%22JMS+AMQP+0-x%22%29">Open
issues</a> • <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPID+and+component+in+%28%22JMS+AMQP+0-x%22%29">All
issues</a> • <a
href="https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12310520">Create
issue</a></td>
- <td><a
href="https://builds.apache.org/job/Qpid/job/Qpid-JMS-AMQP-0-x-Broker-J-TestMatrix"><img
src="https://builds.apache.org/buildStatus/icon?job=Qpid/Qpid-JMS-AMQP-0-x-Broker-J-TestMatrix"
height="20"/></a></td>
- <td><a
href="https://gitbox.apache.org/repos/asf/qpid-jms-amqp-0-x.git">Git</a>
• <a href="https://github.com/apache/qpid-jms-amqp-0-x">GitHub</a></td>
-</tr>
<tr>
<td><a href="/proton/index.html">Qpid Proton</a></td>
<td><a href="/releases/qpid-proton-0.40.0">0.40.0</a></td>
@@ -196,13 +168,6 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
<td><a href="https://github.com/apache/qpid-proton-dotnet/actions"><img
src="https://github.com/apache/qpid-proton-dotnet/actions/workflows/dotnet.yml/badge.svg?branch=main"
height="20"/></a></td>
<td><a
href="https://gitbox.apache.org/repos/asf/qpid-proton-dotnet.git">Git</a>
• <a href="https://github.com/apache/qpid-proton-dotnet">GitHub</a></td>
</tr>
-<tr>
- <td><a href="/proton/index.html">Qpid Proton-J</a></td>
- <td><a href="/releases/qpid-proton-j-0.34.1">0.34.1</a></td>
- <td><a href="https://issues.apache.org/jira/projects/PROTON">Summary</a>
• <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+PROTON+and+resolution+is+null+and+component+in+%28%22proton-j%22%29">Open
issues</a> • <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+PROTON+and+component+in+%28%22proton-j%22%29">All
issues</a> • <a
href="https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12313720">Create
issue</a></td>
- <td><a href="https://github.com/apache/qpid-proton-j/actions"><img
src="https://github.com/apache/qpid-proton-j/actions/workflows/build.yml/badge.svg?branch=main"
height="20"/></a> <a
href="https://builds.apache.org/blue/organizations/jenkins/Qpid%2FQpid-Proton-J-JDK8/activity"><img
src="https://builds.apache.org/buildStatus/icon?job=Qpid/Qpid-Proton-J-JDK8"
height="20"/></a></td>
- <td><a href="https://gitbox.apache.org/repos/asf/qpid-proton-j.git">Git</a>
• <a href="https://github.com/apache/qpid-proton-j">GitHub</a></td>
-</tr>
<tr>
<td><a href="/proton/index.html">Qpid ProtonJ2</a></td>
<td><a href="/releases/qpid-protonj2-1.1.0">1.1.0</a></td>
@@ -211,11 +176,11 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
<td><a href="https://gitbox.apache.org/repos/asf/qpid-protonj2.git">Git</a>
• <a href="https://github.com/apache/qpid-protonj2">GitHub</a></td>
</tr>
<tr>
- <td><a href="https://github.com/apache/qpid-python/blob/main/README.md">Qpid
Python</a></td>
- <td><a href="/releases/qpid-python-1.37.0">1.37.0</a></td>
- <td><a href="https://issues.apache.org/jira/projects/QPID">Summary</a>
• <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPID+and+resolution+is+null+and+component+in+%28%22Python+Client%22%2C+%22Python+Examples%22%2C+%22Python+Test+Suite%22%29">Open
issues</a> • <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPID+and+component+in+%28%22Python+Client%22%2C+%22Python+Examples%22%2C+%22Python+Test+Suite%22%29">All
issues</a> • <a href= [...]
- <td>-</td>
- <td><a href="https://gitbox.apache.org/repos/asf/qpid-python.git">Git</a>
• <a href="https://github.com/apache/qpid-python">GitHub</a></td>
+ <td><a href="/proton/index.html">Qpid Proton-J</a></td>
+ <td><a href="/releases/qpid-proton-j-0.34.1">0.34.1</a></td>
+ <td><a href="https://issues.apache.org/jira/projects/PROTON">Summary</a>
• <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+PROTON+and+resolution+is+null+and+component+in+%28%22proton-j%22%29">Open
issues</a> • <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+PROTON+and+component+in+%28%22proton-j%22%29">All
issues</a> • <a
href="https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12313720">Create
issue</a></td>
+ <td><a href="https://github.com/apache/qpid-proton-j/actions"><img
src="https://github.com/apache/qpid-proton-j/actions/workflows/build.yml/badge.svg?branch=main"
height="20"/></a></td>
+ <td><a href="https://gitbox.apache.org/repos/asf/qpid-proton-j.git">Git</a>
• <a href="https://github.com/apache/qpid-proton-j">GitHub</a></td>
</tr>
<tr>
<td><a
href="https://github.com/apache/qpid-site/blob/asf-site/README.md">Qpid
Site</a></td>
@@ -224,6 +189,13 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
<td><a href="https://github.com/apache/qpid-site/actions"><img
src="https://github.com/apache/qpid-site/actions/workflows/build.yml/badge.svg?branch=asf-site"
height="20"/></a></td>
<td><a href="https://gitbox.apache.org/repos/asf/qpid-site.git">Git</a>
• <a href="https://github.com/apache/qpid-site">GitHub</a></td>
</tr>
+<tr>
+ <td><a href="/components/interop-test/index.html">Qpid Interop Test</a></td>
+ <td><a href="/releases/qpid-interop-test-0.3.0">0.3.0</a></td>
+ <td><a href="https://issues.apache.org/jira/projects/QPIDIT">Summary</a>
• <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPIDIT+and+resolution+is+null">Open
issues</a> • <a
href="https://issues.apache.org/jira/issues/?jql=project+%3D+QPIDIT">All
issues</a> • <a
href="https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12318621">Create
issue</a></td>
+ <td>-</td>
+ <td><a
href="https://gitbox.apache.org/repos/asf/qpid-interop-test.git">Git</a>
• <a href="https://github.com/apache/qpid-interop-test">GitHub</a></td>
+</tr>
</tbody>
</table>
@@ -241,7 +213,7 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
<li><a href="https://issues.apache.org/jira/issues/?filter=-1">Your assigned
issues</a></li>
<li><a href="https://issues.apache.org/jira/issues/?filter=-2">Your reported
issues</a></li>
<li><a href="https://issues.apache.org/jira/issues/?filter=-3">Your recent
issues</a></li>
-<li><a
href="https://issues.apache.org/jira/issues/?jql=project%20in%20(QPID%2C%20QPIDIT%2C%20QPIDJMS%2C%20PROTON%2C%20DISPATCH)">All
Qpid issues</a></li>
+<li><a
href="https://issues.apache.org/jira/issues/?jql=project%20in%20(QPID%2C%20QPIDIT%2C%20QPIDJMS%2C%20PROTON)">All
Qpid issues</a></li>
</ul>
</section>
diff --git a/content/documentation.html b/content/documentation.html
index f7efa5840..76334b117 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -137,7 +137,6 @@ You can find older versions with our
<li><a href="/releases/qpid-proton-0.40.0/proton/c/api/files.html">C API
reference</a></li>
<li><a href="/releases/qpid-proton-0.40.0/proton/cpp/api/annotated.html">C++
API reference</a></li>
<li><a
href="/releases/qpid-proton-0.40.0/proton/python/docs/index.html">Python API
reference</a></li>
-<li><a href="/releases/qpid-proton-j-0.34.1/api/index.html">Java API
reference</a></li>
</ul>
</section>
@@ -157,13 +156,12 @@ You can find older versions with our
<section>
-<h3 id="qpid-messaging-api">Qpid Messaging API</h3>
+<h3 id="qpid-protonj2">Qpid ProtonJ2</h3>
<ul>
-<li><a href="/components/messaging-api/index.html">Overview</a></li>
-<li><a
href="/releases/qpid-cpp-1.39.0/messaging-api/book/using-the-qpid-messaging-api.html">Using
the Qpid Messaging API</a> (<a
href="/releases/qpid-cpp-1.39.0/messaging-api/qpid-messaging-api-book.pdf">PDF</a>)</li>
-<li><a href="/releases/qpid-cpp-1.39.0/messaging-api/cpp/api/index.html">C++
API reference</a></li>
-<li><a
href="/releases/qpid-cpp-1.39.0/messaging-api/cpp/examples/index.html">C++
examples</a></li>
+<li><a href="/proton/index.html">Overview</a></li>
+<li><a href="/releases/qpid-protonj2-1.1.0/api/">API reference</a></li>
+<li><a
href="https://github.com/apache/qpid-protonj2/tree/1.1.0/protonj2-client-examples">Examples</a></li>
</ul>
</section>
@@ -187,28 +185,6 @@ You can find older versions with our
</section>
-<section>
-
-<h3 id="c-broker">C++ broker</h3>
-
-<ul>
-<li><a href="/components/cpp-broker/index.html">Overview</a></li>
-<li><a href="/releases/qpid-cpp-1.39.0/cpp-broker/book/index.html">C++ broker
book</a> (<a
href="/releases/qpid-cpp-1.39.0/cpp-broker/cpp-broker-book.pdf">PDF</a>)</li>
-</ul>
-
-</section>
-
-<section>
-
-<h3 id="dispatch-router">Dispatch router</h3>
-
-<ul>
-<li><a href="/components/dispatch-router/index.html">Overview</a></li>
-<li><a href="/releases/qpid-dispatch-1.19.0/user-guide/index.html">Dispatch
router book</a></li>
-</ul>
-
-</section>
-
</div>
<hr />
diff --git a/content/download.html b/content/download.html
index 826195801..97dab7c9f 100644
--- a/content/download.html
+++ b/content/download.html
@@ -158,12 +158,6 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
<td><a
href="https://www.apache.org/dyn/closer.lua?filename=qpid/jms/1.16.0/apache-qpid-jms-1.16.0-src.tar.gz&action=download">Source</a>
(<a
href="https://downloads.apache.org/qpid/jms/1.16.0/apache-qpid-jms-1.16.0-src.tar.gz.asc">ASC</a>,
<a
href="https://downloads.apache.org/qpid/jms/1.16.0/apache-qpid-jms-1.16.0-src.tar.gz.sha512">SHA512</a>),
<a
href="https://www.apache.org/dyn/closer.lua?filename=qpid/jms/1.16.0/apache-qpid-jms-1.16.0-bin.tar.gz&action=download">Binary</
[...]
<td><a href="/releases/qpid-jms-1.16.0/index.html">Release Page</a>, <a
href="maven.html">Maven</a></td>
</tr>
-<tr>
- <td><a href="/proton/index.html">Qpid Proton-J</a></td>
- <td>0.34.1</td>
- <td><a
href="https://www.apache.org/dyn/closer.lua?filename=qpid/proton-j/0.34.1/apache-qpid-proton-j-0.34.1-src.tar.gz&action=download">Source</a>
(<a
href="https://downloads.apache.org/qpid/proton-j/0.34.1/apache-qpid-proton-j-0.34.1-src.tar.gz.asc">ASC</a>,
<a
href="https://downloads.apache.org/qpid/proton-j/0.34.1/apache-qpid-proton-j-0.34.1-src.tar.gz.sha512">SHA512</a>),
<a
href="https://www.apache.org/dyn/closer.lua?filename=qpid/proton-j/0.34.1/apache-qpid-proton-j-0.34.1-
[...]
- <td><a href="/releases/qpid-proton-j-0.34.1/index.html">Release Page</a>, <a
href="maven.html">Maven</a></td>
-</tr>
<tr>
<td><a href="/proton/index.html">Qpid Proton DotNet</a></td>
<td>1.0.0</td>
@@ -171,28 +165,14 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
<td><a href="/releases/qpid-proton-dotnet-1.0.0/index.html">Release
Page</a></td>
</tr>
<tr>
- <td><a href="/components/jms/amqp-0-x.html">Qpid JMS AMQP 0-x</a></td>
- <td>6.4.0</td>
- <td><a
href="https://www.apache.org/dyn/closer.lua?filename=qpid/jms-amqp-0-x/6.4.0/apache-qpid-jms-amqp-0-x-6.4.0-src.tar.gz&action=download">Source</a>
(<a
href="https://downloads.apache.org/qpid/jms-amqp-0-x/6.4.0/apache-qpid-jms-amqp-0-x-6.4.0-src.tar.gz.asc">ASC</a>,
<a
href="https://downloads.apache.org/qpid/jms-amqp-0-x/6.4.0/apache-qpid-jms-amqp-0-x-6.4.0-src.tar.gz.sha512">SHA512</a>),
<a
href="https://www.apache.org/dyn/closer.lua?filename=qpid/jms-amqp-0-x/6.4.0/binarie
[...]
- <td><a href="/releases/qpid-jms-amqp-0-x-6.4.0/index.html">Release Page</a>,
<a href="maven.html">Maven</a></td>
-</tr>
-<tr>
- <td><a href="/components/messaging-api/index.html">Qpid Messaging API</a>
C++</td>
- <td>1.39.0</td>
- <td><a
href="https://www.apache.org/dyn/closer.lua?filename=qpid/cpp/1.39.0/qpid-cpp-1.39.0.tar.gz&action=download">Source</a>
(<a
href="https://downloads.apache.org/qpid/cpp/1.39.0/qpid-cpp-1.39.0.tar.gz.asc">ASC</a>,
<a
href="https://downloads.apache.org/qpid/cpp/1.39.0/qpid-cpp-1.39.0.tar.gz.sha512">SHA512</a>)</td>
- <td><a href="/releases/qpid-cpp-1.39.0/index.html">Release Page</a></td>
-</tr>
-<tr>
- <td><a href="/components/messaging-api/index.html">Qpid Messaging API</a>
Python 2*</td>
- <td>1.37.0</td>
- <td><a
href="https://www.apache.org/dyn/closer.lua?filename=qpid/python/1.37.0/qpid-python-1.37.0.tar.gz&action=download">Source</a>
(<a
href="https://downloads.apache.org/qpid/python/1.37.0/qpid-python-1.37.0.tar.gz.asc">ASC</a>,
<a
href="https://downloads.apache.org/qpid/python/1.37.0/qpid-python-1.37.0.tar.gz.sha512">SHA512</a>)</td>
- <td><a href="/releases/qpid-python-1.37.0/index.html">Release Page</a></td>
+ <td><a href="/proton/index.html">Qpid Proton-J</a></td>
+ <td>0.34.1</td>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?filename=qpid/proton-j/0.34.1/apache-qpid-proton-j-0.34.1-src.tar.gz&action=download">Source</a>
(<a
href="https://downloads.apache.org/qpid/proton-j/0.34.1/apache-qpid-proton-j-0.34.1-src.tar.gz.asc">ASC</a>,
<a
href="https://downloads.apache.org/qpid/proton-j/0.34.1/apache-qpid-proton-j-0.34.1-src.tar.gz.sha512">SHA512</a>),
<a
href="https://www.apache.org/dyn/closer.lua?filename=qpid/proton-j/0.34.1/apache-qpid-proton-j-0.34.1-
[...]
+ <td><a href="/releases/qpid-proton-j-0.34.1/index.html">Release Page</a>, <a
href="maven.html">Maven</a></td>
</tr>
</tbody>
</table>
-<p>* Look to the newer <a href="http://qpid.apache.org/proton">Qpid Proton</a>
for Python 3 and AMQP 1.0 support.</p>
-
<h2 id="messaging-servers">Messaging servers</h2>
<table>
@@ -211,18 +191,6 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
<td><a
href="https://www.apache.org/dyn/closer.lua?filename=qpid/broker-j/10.0.1/apache-qpid-broker-j-10.0.1-src.tar.gz&action=download">Source</a>
(<a
href="https://downloads.apache.org/qpid/broker-j/10.0.1/apache-qpid-broker-j-10.0.1-src.tar.gz.asc">ASC</a>,
<a
href="https://downloads.apache.org/qpid/broker-j/10.0.1/apache-qpid-broker-j-10.0.1-src.tar.gz.sha512">SHA512</a>),
<a
href="https://www.apache.org/dyn/closer.lua?filename=qpid/broker-j/10.0.1/binaries/apache-qpid-broker-
[...]
<td><a href="/releases/qpid-broker-j-10.0.1/index.html">Release Page</a></td>
</tr>
-<tr>
- <td><a href="/components/cpp-broker/index.html">C++ broker</a></td>
- <td>1.39.0</td>
- <td><a
href="https://www.apache.org/dyn/closer.lua?filename=qpid/cpp/1.39.0/qpid-cpp-1.39.0.tar.gz&action=download">Source</a>
(<a
href="https://downloads.apache.org/qpid/cpp/1.39.0/qpid-cpp-1.39.0.tar.gz.asc">ASC</a>,
<a
href="https://downloads.apache.org/qpid/cpp/1.39.0/qpid-cpp-1.39.0.tar.gz.sha512">SHA512</a>)</td>
- <td><a href="/releases/qpid-cpp-1.39.0/index.html">Release Page</a></td>
-</tr>
-<tr>
- <td><a href="/components/dispatch-router/index.html">Dispatch router</a></td>
- <td>1.19.0</td>
- <td><a
href="https://www.apache.org/dyn/closer.lua?filename=qpid/dispatch/1.19.0/qpid-dispatch-1.19.0.tar.gz&action=download">Source</a>
(<a
href="https://downloads.apache.org/qpid/dispatch/1.19.0/qpid-dispatch-1.19.0.tar.gz.asc">ASC</a>,
<a
href="https://downloads.apache.org/qpid/dispatch/1.19.0/qpid-dispatch-1.19.0.tar.gz.sha512">SHA512</a>)</td>
- <td><a href="/releases/qpid-dispatch-1.19.0/index.html">Release Page</a></td>
-</tr>
</tbody>
</table>
diff --git a/content/index.html b/content/index.html
index e2bc995d6..d9861026f 100644
--- a/content/index.html
+++ b/content/index.html
@@ -144,8 +144,6 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
<ul>
<li><a href="/components/broker-j/index.html">Broker-J</a> - A pure-Java
AMQP message broker</li>
- <li><a href="/components/cpp-broker/index.html">C++ broker</a> - A
native-code AMQP message broker</li>
- <li><a href="/components/dispatch-router/index.html">Dispatch router</a> -
A lightweight AMQP message router</li>
</ul>
<p id="-components-link">More about <a href="/components/index.html">Qpid
components</a></p>
diff --git a/content/maven.html b/content/maven.html
index a766ef809..660e83fc6 100644
--- a/content/maven.html
+++ b/content/maven.html
@@ -173,21 +173,6 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
<span class="nt"></dependency></span>
</pre></div>
-<h2 id="qpid-amqp-0-x-jms-client">Qpid AMQP 0-x JMS Client</h2>
-
-<div class="highlight"><pre>
-<span class="nt"><dependency></span>
- <span class="nt"><groupId></span>org.apache.qpid<span
class="nt"></groupId></span>
- <span class="nt"><artifactId></span>qpid-client<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>6.4.0<span
class="nt"></version></span>
-<span class="nt"></dependency></span>
-<span class="nt"><dependency></span>
- <span class="nt"><groupId></span>org.apache.geronimo.specs<span
class="nt"></groupId></span>
- <span class="nt"><artifactId></span>geronimo-jms_1.1_spec<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>1.0<span
class="nt"></version></span>
-<span class="nt"></dependency></span>
-</pre></div>
-
<h2 id="more-information">More information</h2>
<ul>
diff --git a/content/packages.html b/content/packages.html
index dd76f988c..923b5ef30 100644
--- a/content/packages.html
+++ b/content/packages.html
@@ -117,24 +117,6 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
<div id="-middle-content">
<h1 id="packages">Packages</h1>
-<h2 id="debian">Debian</h2>
-
-<p>Use <code>apt-get</code> to install Qpid and its dependencies.</p>
-
-<p>To install the C++ and Python
-<a href="/components/messaging-api/index.html">Messaging</a> APIs:</p>
-
-<pre><code>% apt-get install libqpidmessaging2-dev
-% apt-get install python-qpid
-</code></pre>
-
-<p>To install the
-<a href="/components/cpp-broker/index.html">C++ broker</a> and
-tools::</p>
-
-<pre><code>% apt-get install qpidd qpid-tools
-</code></pre>
-
<h2 id="fedora">Fedora</h2>
<p>Use <code>yum</code> or <code>dnf</code> to install Qpid and its
dependencies.</p>
@@ -146,38 +128,6 @@ APIs:</p>
% yum install python-qpid-proton
</code></pre>
-<p>To install the C++ and Python
-<a href="/components/messaging-api/index.html">Messaging</a> APIs:</p>
-
-<pre><code>% yum install qpid-cpp-client-devel
-% yum install python-qpid
-</code></pre>
-
-<p>To install
-<a href="/components/dispatch-router/index.html">Dispatch router</a>
-and tools:</p>
-
-<pre><code>% yum install qpid-dispatch-router qpid-dispatch-tools
-</code></pre>
-
-<p>To install the
-<a href="/components/cpp-broker/index.html">C++ broker</a> and tools:</p>
-
-<pre><code>% yum install qpid-cpp-server qpid-tools
-</code></pre>
-
-<h2 id="epel">EPEL</h2>
-
-<p>Packages for RHEL 7 and CentOS 7 are available from the
-<a href="https://fedoraproject.org/wiki/EPEL">Fedora EPEL</a> repositories.
-Install the EPEL release RPM to add the repository to your system.</p>
-
-<pre><code>% rpm -i
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
-</code></pre>
-
-<p>Once installed, you can use the <a href="#fedora">Fedora instructions</a>
above
-to install the packages.</p>
-
<hr/>
diff --git a/content/releases/index.html b/content/releases/index.html
index 99e144e7e..498e823a7 100644
--- a/content/releases/index.html
+++ b/content/releases/index.html
@@ -134,11 +134,7 @@ the
<li><a href="qpid-broker-j-10.0.1/index.html">Qpid Broker-J 10.0.1</a>,
December 2025</li>
<li><a href="qpid-proton-0.40.0/index.html">Qpid Proton 0.40.0</a>, November
2024</li>
<li><a href="qpid-proton-j-0.34.1/index.html">Qpid Proton-J 0.34.1</a>, March
2023</li>
-<li><a href="qpid-dispatch-1.19.0/index.html">Qpid Dispatch 1.19.0</a>, March
2022</li>
<li><a href="qpid-interop-test-0.3.0/index.html">Qpid Interop-test 0.3.0</a>,
November 2021</li>
-<li><a href="qpid-jms-amqp-0-x-6.4.0/index.html">Qpid JMS AMQP 0-x 6.4.0</a>,
June 2020</li>
-<li><a href="qpid-cpp-1.39.0/index.html">Qpid C++ 1.39.0</a>, October 2018</li>
-<li><a href="qpid-python-1.37.0/index.html">Qpid Python 1.37.0</a>, November
2017</li>
</ul>
</div>
@@ -215,8 +211,6 @@ the
<li><a href="qpid-jms-1.5.0/index.html">Qpid JMS 1.5.0</a>, December 2021</li>
<li><a href="qpid-jms-1.4.1/index.html">Qpid JMS 1.4.1</a>, December 2021</li>
<li><a href="qpid-jms-0.60.1/index.html">Qpid JMS 0.60.1</a>, December
2021</li>
-<li><a href="qpid-dispatch-1.18.0/index.html">Qpid Dispatch 1.18.0</a>,
November 2021</li>
-<li><a href="qpid-dispatch-1.17.1/index.html">Qpid Dispatch 1.17.1</a>,
November 2021</li>
<li><a href="qpid-proton-0.36.0/index.html">Qpid Proton 0.36.0</a>, November
2021</li>
<li><a href="qpid-protonj2-1.0.0-M3/index.html">Qpid ProtonJ2 1.0.0-M3</a>,
October 2021</li>
<li><a href="qpid-jms-1.3.0/index.html">Qpid JMS 1.3.0</a>, October 2021</li>
@@ -224,7 +218,6 @@ the
<li><a href="qpid-jms-1.2.0/index.html">Qpid JMS 1.2.0</a>, September 2021</li>
<li><a href="qpid-proton-j-0.33.9/index.html">Qpid Proton-J 0.33.9</a>, August
2021</li>
<li><a href="qpid-broker-j-8.0.6/index.html">Qpid Broker-J 8.0.6</a>, August
2021</li>
-<li><a href="qpid-dispatch-1.17.0/index.html">Qpid Dispatch 1.17.0</a>, August
2021</li>
</ul>
</div>
diff --git a/input/components/index.md b/input/components/index.md
index 404b98fd4..19023e9a7 100644
--- a/input/components/index.md
+++ b/input/components/index.md
@@ -20,22 +20,21 @@
# Components
The Qpid project offers two kinds of components, *messaging APIs* for
-building AMQP applications, and *messaging servers* for deploying AMQP
+building AMQP applications, and *messaging server* for deploying AMQP
networks. You can use them together to build robust distributed
applications.
**Messaging APIs** give your application a tool for efficient,
high-level interprocess communication.
-Qpid offers three messaging APIs.
+Qpid offers various messaging APIs.
[Qpid Proton]({{site_url}}/proton/index.html) is a reactive API with
full-spectrum AMQP control. In addition to being a messaging API, Qpid
Proton is used by other Qpid components to implement AMQP 1.0 protocol
support. [Qpid JMS](jms/index.html) is an AMQP-fluent implementation
of the widely used
[Java Message Service](http://en.wikipedia.org/wiki/Java_Message_Service)
-API. The [Qpid Messaging API](messaging-api/index.html) is a
-connection-oriented API that supports many languages.
+API.
The term "client" is often used to refer to messaging APIs, but some
messaging APIs, such as Qpid Proton, can be used to implement any kind
@@ -46,28 +45,18 @@ proxies.
additional behaviors such as store-and-forward for improved
reliability.
-The Qpid message brokers are full-featured
+Qpid [Broker-J](broker-j/index.html) is a full-featured
[message-oriented
middleware](http://en.wikipedia.org/wiki/Message-oriented_middleware)
-brokers. They offer specialized queueing behaviors, message
-persistence, and manageability. Qpid offers pure-Java and native-code
-implementations, the [Broker-J](broker-j/index.html) and the
-[C++ broker](cpp-broker/index.html).
-
-[Dispatch router](dispatch-router/index.html) is a new kind of
-messaging server. It allows you to build redundant router networks
-connecting clients, brokers, and standalone services.
+broker, offering specialized queueing behaviors, message persistence, and
manageability.
## Messaging APIs
- [Qpid Proton]({{site_url}}/proton/index.html) - A toolkit allowing any
application to speak AMQP
- [Qpid JMS](jms/index.html) - An AMQP-fluent [Java Message
Service](http://en.wikipedia.org/wiki/Java_Message_Service) implementation
- - [Qpid Messaging API](messaging-api/index.html) - A connection-oriented
messaging API that supports many languages
## Messaging servers
- [Broker-J](broker-j/index.html) - A pure-Java AMQP message broker
- - [C++ broker](cpp-broker/index.html) - A native-code AMQP message broker
- - [Dispatch router](dispatch-router/index.html) - An AMQP router for scalable
messaging interconnect
## Messaging tools
@@ -79,17 +68,14 @@ connecting clients, brokers, and standalone services.
| Component | Languages | Platforms | AMQP versions |
| --------- | --------- | --------- | ------------- |
-| [C++ broker]({{site_url}}/components/cpp-broker/index.html) | - | Linux,
Windows | 1.0, 0-10 |
-| [Dispatch router]({{site_url}}/components/dispatch-router/index.html) | - |
Linux | 1.0 |
| [Broker-J]({{site_url}}/components/broker-j/index.html) | - | JVM | 1.0,
0-10, 0-9-1, 0-9, 0-8 |
-| [Qpid JMS]({{site_url}}/components/jms/index.html) | Java | JVM | 1.0, 0-10,
0-9-1, 0-9, 0-8 |
-| [Qpid Messaging API]({{site_url}}/components/messaging-api/index.html) |
C++, Python | Linux, Windows | 1.0, 0-10 |
+| [Qpid JMS]({{site_url}}/components/jms/index.html) | Java | JVM | 1.0 |
| [Qpid Proton]({{site_url}}/proton/index.html) | C, C++, Java, Python, Ruby |
JVM, Linux, Windows | 1.0 |
| [Qpid Interop Test](interop-test/index.html) | - | Linux | 1.0 |
Any Qpid components that share an AMQP version can interoperate. For
-instance, the brokers are implemented in C++ and Java respectively,
-but they do not require C++ or JMS clients for communication.
+instance, Broker-J is implemented in Java, but can communicate with
+C++ clients for communication.
</div>
diff --git a/input/components/jms/index.md b/input/components/jms/index.md
index 3202c7898..415455f0a 100644
--- a/input/components/jms/index.md
+++ b/input/components/jms/index.md
@@ -52,8 +52,6 @@ For a release using Jakarta Messaging 2.0 (javax.jms), see
the [{{other_jms_rele
</div>
-For details about the AMQP 0-x JMS client, look [here](amqp-0-x.html).
-
</div>
<div id="-right-column" class="right-column-adjusted" markdown="1">
@@ -79,6 +77,5 @@ For details about the AMQP 0-x JMS client, look
[here](amqp-0-x.html).
## Resources
- [Security](security.html)
- - [AMQP 0-x JMS Client](amqp-0-x.html)
</div>
diff --git a/input/dashboard.md b/input/dashboard.md
index 6b7e81c25..e66db5d0b 100644
--- a/input/dashboard.md
+++ b/input/dashboard.md
@@ -33,17 +33,13 @@
| Module | Release | Issues | Tests | Source code |
| ------ | ------- | ------ | ----- | ----------- |
| [Qpid Broker-J]({{site_url}}/components/broker-j/index.html) |
{{broker_j_release.brief_link}} | {{dashboard_asf_jira_links("QPID", 12310520,
["Broker-J", "Java Build", "Java Documentation", "Java Performance Tests",
"Java Tests", "Java Tools"])}} | {{github_ci_badge("qpid-broker-j")}} |
{{dashboard_asf_git_links("qpid-broker-j")}} |
-| [Qpid C++](https://github.com/apache/qpid-cpp/blob/main/README.md) |
{{cpp_release.brief_link}} | {{dashboard_asf_jira_links("QPID", 12310520, ["C++
Broker", "C++ Build", "C++ Client", "C++ Clustering", "C++ Documentation", "C++
Tests", "C++ Tools", ".NET Client", "Perl Client", "Python Client (Wrapped)",
"QMF", "Ruby Client"])}} | {{asf_jenkins_badge("Qpid-CPP-Test")}}
{{appveyor_ci_badge("ApacheSoftwareFoundation", "qpid-cpp",
"wma611lkq1fcyo18")}} | {{dashboard_asf_git_links(" [...]
-| [Qpid Dispatch]({{site_url}}/components/dispatch-router/index.html) |
{{dispatch_release.brief_link}} | {{dashboard_asf_jira_links("DISPATCH",
12315321)}} | {{github_ci_badge("qpid-dispatch", workflow="build.yaml")}} |
{{dashboard_asf_git_links("qpid-dispatch")}} |
-| [Qpid Interop Test]({{site_url}}/components/interop-test/index.html) |
{{interop_test_release.brief_link}} | {{dashboard_asf_jira_links("QPIDIT",
12318621)}} | - | {{dashboard_asf_git_links("qpid-interop-test")}} |
-| [Qpid JMS]({{site_url}}/components/jms/index.html) |
{{jms_release.brief_link}} | {{dashboard_asf_jira_links("QPIDJMS", 12314524)}}
| {{github_ci_badge("qpid-jms")}} {{asf_jenkins_badge("Qpid-JMS-Test-JDK11")}}
{{asf_jenkins_badge("Qpid-JMS-Test-JDK11-Windows")}} |
{{dashboard_asf_git_links("qpid-jms")}} |
-| [Qpid JMS AMQP 0-x]({{site_url}}/components/jms/amqp-0-x.html) |
{{jms_amqp_0_x_release.brief_link}} | {{dashboard_asf_jira_links("QPID",
12310520, ["JMS AMQP 0-x"])}} | <a
href="https://builds.apache.org/job/Qpid/job/Qpid-JMS-AMQP-0-x-Broker-J-TestMatrix"><img
src="https://builds.apache.org/buildStatus/icon?job=Qpid/Qpid-JMS-AMQP-0-x-Broker-J-TestMatrix"
height="20"/></a> | {{dashboard_asf_git_links("qpid-jms-amqp-0-x")}} |
+| [Qpid JMS]({{site_url}}/components/jms/index.html) |
{{jms_release.brief_link}} | {{dashboard_asf_jira_links("QPIDJMS", 12314524)}}
| {{github_ci_badge("qpid-jms")}} | {{dashboard_asf_git_links("qpid-jms")}} |
| [Qpid Proton]({{site_url}}/proton/index.html) |
{{proton_release.brief_link}} | {{dashboard_asf_jira_links("PROTON",
12313720)}} | {{github_ci_badge("qpid-proton")}} {{appveyor_ci_badge("ke4qqq",
"qpid-proton", "github/apache/qpid-proton")}}|
{{dashboard_asf_git_links("qpid-proton")}} |
| [Qpid Proton DotNet]({{site_url}}/proton/index.html)
| {{proton_dotnet_release.brief_link}} |
{{dashboard_asf_jira_links("PROTON", 12313720, ["proton-dotnet"])}} |
{{github_ci_badge("qpid-proton-dotnet", workflow="dotnet.yml")}} |
{{dashboard_asf_git_links("qpid-proton-dotnet")}} |
-| [Qpid Proton-J]({{site_url}}/proton/index.html) |
{{proton_j_release.brief_link}} | {{dashboard_asf_jira_links("PROTON",
12313720, ["proton-j"])}} | {{github_ci_badge("qpid-proton-j")}}
{{asf_jenkins_badge("Qpid-Proton-J-JDK8")}} |
{{dashboard_asf_git_links("qpid-proton-j")}} |
| [Qpid ProtonJ2]({{site_url}}/proton/index.html) |
{{protonj2_release.brief_link}} | {{dashboard_asf_jira_links("PROTON",
12313720, ["protonj2"])}} | {{github_ci_badge("qpid-protonj2")}} |
{{dashboard_asf_git_links("qpid-protonj2")}} |
-| [Qpid Python](https://github.com/apache/qpid-python/blob/main/README.md) |
{{python_release.brief_link}} | {{dashboard_asf_jira_links("QPID", 12310520,
["Python Client", "Python Examples", "Python Test Suite"])}} | - |
{{dashboard_asf_git_links("qpid-python")}} |
+| [Qpid Proton-J]({{site_url}}/proton/index.html) |
{{proton_j_release.brief_link}} | {{dashboard_asf_jira_links("PROTON",
12313720, ["proton-j"])}} | {{github_ci_badge("qpid-proton-j")}} |
{{dashboard_asf_git_links("qpid-proton-j")}} |
| [Qpid Site](https://github.com/apache/qpid-site/blob/asf-site/README.md) |
- | {{dashboard_asf_jira_links("QPID", 12310520, ["Website"])}} |
{{github_ci_badge("qpid-site", "asf-site")}} |
{{dashboard_asf_git_links("qpid-site")}} |
+| [Qpid Interop Test]({{site_url}}/components/interop-test/index.html) |
{{interop_test_release.brief_link}} | {{dashboard_asf_jira_links("QPIDIT",
12318621)}} | - | {{dashboard_asf_git_links("qpid-interop-test")}} |
</div>
@@ -57,7 +53,7 @@
- [Your assigned issues](https://issues.apache.org/jira/issues/?filter=-1)
- [Your reported issues](https://issues.apache.org/jira/issues/?filter=-2)
- [Your recent issues](https://issues.apache.org/jira/issues/?filter=-3)
- - [All Qpid
issues](https://issues.apache.org/jira/issues/?jql=project%20in%20\(QPID%2C%20QPIDIT%2C%20QPIDJMS%2C%20PROTON%2C%20DISPATCH\))
+ - [All Qpid
issues](https://issues.apache.org/jira/issues/?jql=project%20in%20\(QPID%2C%20QPIDIT%2C%20QPIDJMS%2C%20PROTON\))
</section>
<section markdown="1">
diff --git a/input/documentation.md b/input/documentation.md
index 7de94b816..9bb1edf47 100644
--- a/input/documentation.md
+++ b/input/documentation.md
@@ -37,7 +37,6 @@ You can find older versions with our
- [C API reference]({{current_proton_release_url}}/proton/c/api/files.html)
- [C++ API
reference]({{current_proton_release_url}}/proton/cpp/api/annotated.html)
- [Python API
reference]({{current_proton_release_url}}/proton/python/docs/index.html)
- - [Java API reference]({{current_proton_j_release_url}}/api/index.html)
</section>
<section markdown="1">
@@ -52,16 +51,14 @@ You can find older versions with our
</section>
<section markdown="1">
-### Qpid Messaging API
+### Qpid ProtonJ2
- - [Overview]({{site_url}}/components/messaging-api/index.html)
- - [Using the Qpid Messaging
API]({{current_cpp_release_url}}/messaging-api/book/using-the-qpid-messaging-api.html)
([PDF]({{current_cpp_release_url}}/messaging-api/qpid-messaging-api-book.pdf))
- - [C++ API
reference]({{current_cpp_release_url}}/messaging-api/cpp/api/index.html)
- - [C++
examples]({{current_cpp_release_url}}/messaging-api/cpp/examples/index.html)
+ - [Overview]({{site_url}}/proton/index.html)
+ - [API reference]({{current_protonj2_release_url}}/api/)
+ -
[Examples](https://github.com/apache/qpid-protonj2/tree/{{current_protonj2_release}}/protonj2-client-examples)
</section>
</div>
-
---
## Messaging servers
@@ -74,22 +71,6 @@ You can find older versions with our
- [Overview]({{site_url}}/components/broker-j/index.html)
- [Broker book]({{current_broker_j_release_url}}/book/index.html)
-</section>
-<section markdown="1">
-
-### C++ broker
-
- - [Overview]({{site_url}}/components/cpp-broker/index.html)
- - [C++ broker book]({{current_cpp_release_url}}/cpp-broker/book/index.html)
([PDF]({{current_cpp_release_url}}/cpp-broker/cpp-broker-book.pdf))
-
-</section>
-<section markdown="1">
-
-### Dispatch router
-
- - [Overview]({{site_url}}/components/dispatch-router/index.html)
- - [Dispatch router
book]({{current_dispatch_release_url}}/user-guide/index.html)
-
</section>
</div>
diff --git a/input/download.md b/input/download.md
index a423adb92..613a179dd 100644
--- a/input/download.md
+++ b/input/download.md
@@ -32,21 +32,14 @@ It is important to [verify the
integrity](#verify-what-you-download) of the file
| [Qpid ProtonJ2]({{site_url}}/proton/index.html) |
{{current_protonj2_release}} |
[Source](https://www.apache.org/dyn/closer.lua?filename=qpid/protonj2/{{current_protonj2_release}}/apache-qpid-protonj2-{{current_protonj2_release}}-src.tar.gz&action=download)
([ASC](https://downloads.apache.org/qpid/protonj2/{{current_protonj2_release}}/apache-qpid-protonj2-{{current_protonj2_release}}-src.tar.gz.asc),
[SHA512](https://downloads.apache.org/qpid/protonj2/{{current_protonj2_release}}/apach
[...]
| [Qpid JMS]({{site_url}}/components/jms/index.html) (jakarta.jms) |
{{current_jms_release}} |
[Source](https://www.apache.org/dyn/closer.lua?filename=qpid/jms/{{current_jms_release}}/apache-qpid-jms-{{current_jms_release}}-src.tar.gz&action=download)
([ASC](https://downloads.apache.org/qpid/jms/{{current_jms_release}}/apache-qpid-jms-{{current_jms_release}}-src.tar.gz.asc),
[SHA512](https://downloads.apache.org/qpid/jms/{{current_jms_release}}/apache-qpid-jms-{{current_jms_release}}-src
[...]
| [Qpid JMS]({{site_url}}/components/jms/index.html) (javax.jms) |
{{other_jms_release}} |
[Source](https://www.apache.org/dyn/closer.lua?filename=qpid/jms/{{other_jms_release}}/apache-qpid-jms-{{other_jms_release}}-src.tar.gz&action=download)
([ASC](https://downloads.apache.org/qpid/jms/{{other_jms_release}}/apache-qpid-jms-{{other_jms_release}}-src.tar.gz.asc),
[SHA512](https://downloads.apache.org/qpid/jms/{{other_jms_release}}/apache-qpid-jms-{{other_jms_release}}-src.tar.gz.sha512))
[...]
-| [Qpid Proton-J]({{site_url}}/proton/index.html) |
{{current_proton_j_release}} |
[Source](https://www.apache.org/dyn/closer.lua?filename=qpid/proton-j/{{current_proton_j_release}}/apache-qpid-proton-j-{{current_proton_j_release}}-src.tar.gz&action=download)
([ASC](https://downloads.apache.org/qpid/proton-j/{{current_proton_j_release}}/apache-qpid-proton-j-{{current_proton_j_release}}-src.tar.gz.asc),
[SHA512](https://downloads.apache.org/qpid/proton-j/{{current_proton_j_release}}/apach
[...]
| [Qpid Proton DotNet]({{site_url}}/proton/index.html) |
{{current_proton_dotnet_release}} |
[Source](https://www.apache.org/dyn/closer.lua?filename=qpid/proton-dotnet/{{current_proton_dotnet_release}}/qpid-proton-dotnet-src-{{current_proton_dotnet_release}}.tar.gz&action=download)
([ASC](https://downloads.apache.org/qpid/proton-dotnet/{{current_proton_dotnet_release}}/qpid-proton-dotnet-src-{{current_proton_dotnet_release}}.tar.gz.asc),
[SHA512](https://downloads.apache.org/qpid/proton- [...]
-| [Qpid JMS AMQP 0-x]({{site_url}}/components/jms/amqp-0-x.html) |
{{current_jms_amqp_0_x_release}} |
[Source](https://www.apache.org/dyn/closer.lua?filename=qpid/jms-amqp-0-x/{{current_jms_amqp_0_x_release}}/apache-qpid-jms-amqp-0-x-{{current_jms_amqp_0_x_release}}-src.tar.gz&action=download)
([ASC](https://downloads.apache.org/qpid/jms-amqp-0-x/{{current_jms_amqp_0_x_release}}/apache-qpid-jms-amqp-0-x-{{current_jms_amqp_0_x_release}}-src.tar.gz.asc),
[SHA512](https://downloads.apache.o [...]
-| [Qpid Messaging API]({{site_url}}/components/messaging-api/index.html) C++ |
{{current_cpp_release}} |
[Source](https://www.apache.org/dyn/closer.lua?filename=qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz&action=download)
([ASC](https://downloads.apache.org/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.asc),
[SHA512](https://downloads.apache.org/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.sha512))
| [Re [...]
-| [Qpid Messaging API]({{site_url}}/components/messaging-api/index.html)
Python 2* | {{current_python_release}} |
[Source](https://www.apache.org/dyn/closer.lua?filename=qpid/python/{{current_python_release}}/qpid-python-{{current_python_release}}.tar.gz&action=download)
([ASC](https://downloads.apache.org/qpid/python/{{current_python_release}}/qpid-python-{{current_python_release}}.tar.gz.asc),
[SHA512](https://downloads.apache.org/qpid/python/{{current_python_release}}/qpid-python-{{cu
[...]
-
-\* Look to the newer [Qpid Proton](http://qpid.apache.org/proton) for Python 3
and AMQP 1.0 support.
+| [Qpid Proton-J]({{site_url}}/proton/index.html) |
{{current_proton_j_release}} |
[Source](https://www.apache.org/dyn/closer.lua?filename=qpid/proton-j/{{current_proton_j_release}}/apache-qpid-proton-j-{{current_proton_j_release}}-src.tar.gz&action=download)
([ASC](https://downloads.apache.org/qpid/proton-j/{{current_proton_j_release}}/apache-qpid-proton-j-{{current_proton_j_release}}-src.tar.gz.asc),
[SHA512](https://downloads.apache.org/qpid/proton-j/{{current_proton_j_release}}/apach
[...]
## Messaging servers
| Content | Version | Download | More |
| ------- | ------- | -------- | ---- |
| [Broker-J]({{site_url}}/components/broker-j/index.html) |
{{current_broker_j_release}} |
[Source](https://www.apache.org/dyn/closer.lua?filename=qpid/broker-j/{{current_broker_j_release}}/apache-qpid-broker-j-{{current_broker_j_release}}-src.tar.gz&action=download)
([ASC](https://downloads.apache.org/qpid/broker-j/{{current_broker_j_release}}/apache-qpid-broker-j-{{current_broker_j_release}}-src.tar.gz.asc),
[SHA512](https://downloads.apache.org/qpid/broker-j/{{current_broker_j_release
[...]
-| [C++ broker]({{site_url}}/components/cpp-broker/index.html) |
{{current_cpp_release}} |
[Source](https://www.apache.org/dyn/closer.lua?filename=qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz&action=download)
([ASC](https://downloads.apache.org/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.asc),
[SHA512](https://downloads.apache.org/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.sha512))
| [Release Page]({{cu [...]
-| [Dispatch router]({{site_url}}/components/dispatch-router/index.html) |
{{current_dispatch_release}} |
[Source](https://www.apache.org/dyn/closer.lua?filename=qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_release}}.tar.gz&action=download)
([ASC](https://downloads.apache.org/qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_release}}.tar.gz.asc),
[SHA512](https://downloads.apache.org/qpid/dispatch/{{current_dispatch_release}}/qpid-
[...]
## Messaging tools
diff --git a/input/index.html.in b/input/index.html.in
index f52a82e8e..28a22dec6 100644
--- a/input/index.html.in
+++ b/input/index.html.in
@@ -27,8 +27,6 @@
<ul>
<li><a href="{{site_url}}/components/broker-j/index.html">Broker-J</a> - A
pure-Java AMQP message broker</li>
- <li><a href="{{site_url}}/components/cpp-broker/index.html">C++ broker</a>
- A native-code AMQP message broker</li>
- <li><a href="{{site_url}}/components/dispatch-router/index.html">Dispatch
router</a> - A lightweight AMQP message router</li>
</ul>
<p id="-components-link">More about <a
href="{{site_url}}/components/index.html">Qpid components</a></p>
diff --git a/input/maven.md b/input/maven.md
index 173ebc5ed..2442038e0 100644
--- a/input/maven.md
+++ b/input/maven.md
@@ -78,21 +78,6 @@ Engine
</pre></div>
-## Qpid AMQP 0-x JMS Client
-
-<div class="highlight"><pre>
-<span class="nt"><dependency></span>
- <span class="nt"><groupId></span>org.apache.qpid<span
class="nt"></groupId></span>
- <span class="nt"><artifactId></span>qpid-client<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>{{current_jms_amqp_0_x_release}}<span
class="nt"></version></span>
-<span class="nt"></dependency></span>
-<span class="nt"><dependency></span>
- <span class="nt"><groupId></span>org.apache.geronimo.specs<span
class="nt"></groupId></span>
- <span class="nt"><artifactId></span>geronimo-jms_1.1_spec<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>1.0<span
class="nt"></version></span>
-<span class="nt"></dependency></span>
-</pre></div>
-
## More information
- [Snapshot
repository](https://repository.apache.org/content/repositories/snapshots/)
diff --git a/input/packages.md b/input/packages.md
index aa90780bf..96a1f9200 100644
--- a/input/packages.md
+++ b/input/packages.md
@@ -19,22 +19,6 @@
# Packages
-## Debian
-
-Use `apt-get` to install Qpid and its dependencies.
-
-To install the C++ and Python
-[Messaging]({{site_url}}/components/messaging-api/index.html) APIs:
-
- % apt-get install libqpidmessaging2-dev
- % apt-get install python-qpid
-
-To install the
-[C++ broker]({{site_url}}/components/cpp-broker/index.html) and
-tools::
-
- % apt-get install qpidd qpid-tools
-
## Fedora
Use `yum` or `dnf` to install Qpid and its dependencies.
@@ -45,31 +29,3 @@ APIs:
% yum install qpid-proton-c-devel
% yum install python-qpid-proton
-To install the C++ and Python
-[Messaging]({{site_url}}/components/messaging-api/index.html) APIs:
-
- % yum install qpid-cpp-client-devel
- % yum install python-qpid
-
-To install
-[Dispatch router]({{site_url}}/components/dispatch-router/index.html)
-and tools:
-
- % yum install qpid-dispatch-router qpid-dispatch-tools
-
-To install the
-[C++ broker]({{site_url}}/components/cpp-broker/index.html) and tools:
-
- % yum install qpid-cpp-server qpid-tools
-
-## EPEL
-
-Packages for RHEL 7 and CentOS 7 are available from the
-[Fedora EPEL](https://fedoraproject.org/wiki/EPEL) repositories.
-Install the EPEL release RPM to add the repository to your system.
-
- % rpm -i
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
-
-Once installed, you can use the [Fedora instructions](#fedora) above
-to install the packages.
-
diff --git a/input/releases/index.md b/input/releases/index.md
index 3313ac0ec..f5d48cdbd 100644
--- a/input/releases/index.md
+++ b/input/releases/index.md
@@ -34,11 +34,7 @@ the
- [Qpid Broker-J 10.0.1](qpid-broker-j-10.0.1/index.html), December 2025
- [Qpid Proton 0.40.0](qpid-proton-0.40.0/index.html), November 2024
- [Qpid Proton-J 0.34.1](qpid-proton-j-0.34.1/index.html), March 2023
- - [Qpid Dispatch 1.19.0](qpid-dispatch-1.19.0/index.html), March 2022
- [Qpid Interop-test 0.3.0](qpid-interop-test-0.3.0/index.html), November 2021
- - [Qpid JMS AMQP 0-x 6.4.0](qpid-jms-amqp-0-x-6.4.0/index.html), June 2020
- - [Qpid C++ 1.39.0](qpid-cpp-1.39.0/index.html), October 2018
- - [Qpid Python 1.37.0](qpid-python-1.37.0/index.html), November 2017
</div>
## Past releases
@@ -111,8 +107,6 @@ the
- [Qpid JMS 1.5.0](qpid-jms-1.5.0/index.html), December 2021
- [Qpid JMS 1.4.1](qpid-jms-1.4.1/index.html), December 2021
- [Qpid JMS 0.60.1](qpid-jms-0.60.1/index.html), December 2021
- - [Qpid Dispatch 1.18.0](qpid-dispatch-1.18.0/index.html), November 2021
- - [Qpid Dispatch 1.17.1](qpid-dispatch-1.17.1/index.html), November 2021
- [Qpid Proton 0.36.0](qpid-proton-0.36.0/index.html), November 2021
- [Qpid ProtonJ2 1.0.0-M3](qpid-protonj2-1.0.0-M3/index.html), October 2021
- [Qpid JMS 1.3.0](qpid-jms-1.3.0/index.html), October 2021
@@ -120,7 +114,6 @@ the
- [Qpid JMS 1.2.0](qpid-jms-1.2.0/index.html), September 2021
- [Qpid Proton-J 0.33.9](qpid-proton-j-0.33.9/index.html), August 2021
- [Qpid Broker-J 8.0.6](qpid-broker-j-8.0.6/index.html), August 2021
- - [Qpid Dispatch 1.17.0](qpid-dispatch-1.17.0/index.html), August 2021
</div>
Still older releases are available in the
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]