From 7d32594acbf739f9d3fd4a71e9e85ec9420cb4af Mon Sep 17 00:00:00 2001 From: Jen Malloy Date: Tue, 17 Sep 2019 14:45:30 -0400 Subject: [PATCH] Docs: issue-3169: Add STOMP support statement to brokered address space section (#3170) * Docs: issue-3169: Add STOMP support statement to brokered address space section * address SME comment --- documentation/modules/con-brokered-address-space.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/documentation/modules/con-brokered-address-space.adoc b/documentation/modules/con-brokered-address-space.adoc index 58928859de0..e883e640a84 100644 --- a/documentation/modules/con-brokered-address-space.adoc +++ b/documentation/modules/con-brokered-address-space.adoc @@ -9,5 +9,11 @@ The brokered address space is designed to support broker-specific features, at t scale in terms of the number of connections and addresses. This address space supports JMS transactions, message groups, and selectors on queues and topics. -Clients can connect and send and receive messages in this address space using the AMQP, CORE, OpenWire, and MQTT protocols. +Clients can connect as well as send and receive messages in this address space using the following protocols: + +* AMQP +* CORE +* OpenWire +* MQTT +* STOMP