aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com>2024-07-22 20:20:44 +0300
committerGitHub <noreply@github.com>2024-07-22 19:20:44 +0200
commitb15337a32bcff7a0b0734cb60c6984229f07a7e5 (patch)
tree93caa1e61a139557bd08826097cb0b93e9029c7b /doc
parent65e31b0ea34c1b73639dd0d36af3674223b2af2f (diff)
Add OpenWire support (#2513)
Diffstat (limited to 'doc')
-rw-r--r--doc/protocols.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst
index 1f09d3ca9..43353661b 100644
--- a/doc/protocols.rst
+++ b/doc/protocols.rst
@@ -883,3 +883,12 @@ References: `Main site: <https://clickhouse.com/>`_
Nano (XNO) is a decentralized, open-source cryptocurrency that focuses on delivering fast, fee-less, and eco-friendly transactions through its unique block-lattice structure.
References: `Main site: <https://nano.org/>`_
+
+
+.. _Proto 421:
+
+`NDPI_PROTOCOL_OPENWIRE`
+======================
+OpenWire is a wire protocol used by Apache ActiveMQ for communication between clients and brokers, providing an efficient and flexible messaging framework. While it's not the most popular choice compared to other protocols like AMQP or MQTT, it is still utilized in scenarios where ActiveMQ is heavily integrated.
+
+References: `Main site: <https://activemq.apache.org/components/classic/documentation/openwire>`_