summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2014-01-31 23:35:50 +0000
committerKeith Wall <kwall@apache.org>2014-01-31 23:35:50 +0000
commitc89a0948ac307c6b8526f9cd94ff33e5548157f2 (patch)
treee6352d773c3c2ee2d67803db88d5d162a333feda
parent1810245333a77d791b198e1b5556d553742b897c (diff)
downloadqpid-python-c89a0948ac307c6b8526f9cd94ff33e5548157f2.tar.gz
QPID-5514: [Java Broker Documentation] Change ports section to note that fact that only HTTP/JMX ports remain listening after port deletion.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563343 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/doc/book/src/java-broker/Java-Broker-Ports.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Ports.xml b/qpid/doc/book/src/java-broker/Java-Broker-Ports.xml
index c322045336..37d675eacc 100644
--- a/qpid/doc/book/src/java-broker/Java-Broker-Ports.xml
+++ b/qpid/doc/book/src/java-broker/Java-Broker-Ports.xml
@@ -63,7 +63,7 @@
</para>
<para>
- SSL can be enabled forPorts with protocols that support it by selecting the 'SSL' transport, at which
+ SSL can be enabled for Ports with protocols that support it by selecting the 'SSL' transport, at which
point a configured <link linkend="Java-Broker-SSL-Keystore">KeyStore</link> must also be selected for the Port.
</para>
@@ -83,7 +83,7 @@
</important>
<important>
- Following deletion of an active Port, the port remains bound until the Broker is restarted. You should restart the broker
+ Following deletion of an active HTTP or JMX Port, the port remains bound until the Broker is restarted. You should restart the broker
immediately if you require preventing new connections on the port or disconnecting existing clients.
</important>