From b15337a32bcff7a0b0734cb60c6984229f07a7e5 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:20:44 +0300 Subject: Add OpenWire support (#2513) --- doc/protocols.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') 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>`_ -- cgit v1.2.3