vavrtom commented on a change in pull request #36: QPID-8361: [Broker-J] Create a developer guide for Qpid Broker-J URL: https://github.com/apache/qpid-broker-j/pull/36#discussion_r324196766
########## File path: doc/developer-guide/src/main/markdown/architecture.md ########## @@ -0,0 +1,399 @@ +# High Level Architecture + +This article provides a high level description of the architecture of Qpid Broker-J. + +Broker-J is messaging broker that implements the AMQP protocols (version 0-8, 0-9, 0-91, 0-10 and 1.0). +Any AMQP compliant messaging library can be used with the Broker. The Broker supports on the fly message translation +from one AMQP protocol to another, meaning it is possible to use the Broker to allow clients that use different +AMQP protocol version to exchange messages. It can be managed over a built in HTTP interface +(that presents a REST API and a Web Management Console), or by AMQP Management (early draft implementation). Review comment: There is extra ',' character before word 'or' ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
