diff options
| author | Alex Rudyy <orudyy@apache.org> | 2013-05-09 15:04:59 +0000 |
|---|---|---|
| committer | Alex Rudyy <orudyy@apache.org> | 2013-05-09 15:04:59 +0000 |
| commit | 3ba71456ec65fe69e351ec6ced57b69dd8f1d48e (patch) | |
| tree | cc551517dd617deca4015f9318c85da2289be0ce /qpid/doc/book/src/java-broker/Java-Broker-Concepts-Ports.xml | |
| parent | 438323043a46489c85d849a0ac0f47e8bf2efb60 (diff) | |
| download | qpid-python-3ba71456ec65fe69e351ec6ced57b69dd8f1d48e.tar.gz | |
QPID-4685: Update documentation to reflect changes to configuration
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Concepts-Ports.xml')
| -rw-r--r-- | qpid/doc/book/src/java-broker/Java-Broker-Concepts-Ports.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Ports.xml b/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Ports.xml index afbb612bc4..d3ef268f52 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Ports.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Ports.xml @@ -22,5 +22,29 @@ <section id="Java-Broker-Concepts-Ports"> <title>Ports</title> +<para><emphasis>Port</emphasis> is a named broker entity serving as a communications end-point +and providing the AMQP transport layer over the given TCP port. The particular AMQP protocols can be configured on the Port. +As result, different <emphasis>Ports</emphasis> can support different protocols. Any number of <emphasis>Ports</emphasis> +can be configured on the Broker.</para> +<para> + The following AMQP protocols are currently supported by the Broker: + <itemizedlist> + <listitem><para><emphasis>AMQP 0.8</emphasis></para></listitem> + <listitem><para><emphasis>AMQP 0.9</emphasis></para></listitem> + <listitem><para><emphasis>AMQP 0.9.1</emphasis></para></listitem> + <listitem><para><emphasis>AMQP 0.10</emphasis></para></listitem> + <listitem><para><emphasis>AMQP 1.0</emphasis></para></listitem> + </itemizedlist> +</para> +<para>Ports are also responsible for the authentication of all incoming connections +by mean of <emphasis>Authentication Provider</emphasis> configured on the Port. +Each Port can have its own <emphasis>Authentication Provider</emphasis>.</para> +<para>Both TCP and SSL transports are supported and can be configured on the <emphasis>Ports</emphasis>. +AMQP ports also support Client Certificate Authentication.</para> + +<para>Besides AMQP ports HTTP and JMX ports can be configured for use by management plugins. +They can be configured by specifying HTTP and RMI/JMX_RMI protocols respectively.</para> + +<para>Configuration details for the Ports are covered in <xref linkend="Java-Broker-Ports"/>.</para> </section> |
