This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 0f23e29  NO-JIRA Rewording chapter Protocols as they don't refer to 
APIs
0f23e29 is described below

commit 0f23e29f01a600b4ef580b5d12ef767e19118d2d
Author: Clebert Suconic <[email protected]>
AuthorDate: Thu Sep 16 11:35:16 2021 -0400

    NO-JIRA Rewording chapter Protocols as they don't refer to APIs
---
 docs/user-manual/en/protocols-interoperability.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/en/protocols-interoperability.md 
b/docs/user-manual/en/protocols-interoperability.md
index b1e2c47..ff2a275 100644
--- a/docs/user-manual/en/protocols-interoperability.md
+++ b/docs/user-manual/en/protocols-interoperability.md
@@ -6,7 +6,7 @@ implemented. Each protocol implementation translates the ideas 
of its specific p
 The broker ships with a client implementation which interacts directly with 
this core. It uses what's called the ["core"
 API](core.md), and it communicates over the network using the "core" protocol.
 
-## Supported Protocols & APIs
+## Supported Protocols
 
 The broker has a pluggable protocol architecture.  Protocol plugins come in 
the form of protocol modules.  Each protocol 
 module is included on the broker's class path and loaded by the broker at boot 
time. The broker ships with 5 protocol 

Reply via email to