From a84b58941a98df7d9a023dbe308bdfc78745cd77 Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Thu, 24 Oct 2024 11:09:59 -0500 Subject: [PATCH] NO-JIRA deduplicate OpenWire block in protocols doc --- docs/user-manual/protocols-interoperability.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/user-manual/protocols-interoperability.adoc b/docs/user-manual/protocols-interoperability.adoc index a040f74a70..ebc5a79b1a 100644 --- a/docs/user-manual/protocols-interoperability.adoc +++ b/docs/user-manual/protocols-interoperability.adoc @@ -47,15 +47,13 @@ Please see xref:stomp.adoc#stomp[Stomp] for more details. ActiveMQ Classic defines its own wire protocol: OpenWire. In order to support ActiveMQ Classic clients, Apache ActiveMQ Artemis supports OpenWire. -Any ActiveMQ 5.12.x or higher can be used with Apache ActiveMQ Artemis. +Any application using the OpenWire JMS client library shipped with ActiveMQ 5.12.x or higher can be used with Apache ActiveMQ Artemis. Please see xref:openwire.adoc#openwire[OpenWire] for more details. === Core -ActiveMQ Classic defines its own wire protocol: OpenWire. -In order to support ActiveMQ Classic clients, Apache ActiveMQ Artemis supports OpenWire. -Any ActiveMQ 5.12.x or higher can be used with Apache ActiveMQ Artemis. +ActiveMQ Artemis defines its own wire protocol: Core. Please see xref:core.adoc#using-core[Core] for more details.