JBoss AMQ architecture and installation
Based on upstream Apache ActiveMQ, Apache ActiveMQ Artemis, and Apache Qpid community projects, JBoss AMQ7 is a lightweight standards-based open source messaging platform designed to enable real-time communication between different applications, components, services, devices, and the Internet of Things (IoT).
JBoss AMQ architecture
JBoss AMQ is an integration technology to loosely couple distributed systems together; it is based on an asynchronous message-passing pattern and can be used in the following contexts:
- Asynchronously connecting distributed systems
- Connecting heterogeneous components built with different languages
- Connecting devices to backend systems
- Supporting IoT and M2M integration
JBoss AMQ 7 used the Client, Broker, and interconnect components to exchange messages between containers and blocks using various protocols, including the following:
- AMQP: Advanced Message QueuingProtocol,: AMQP is an Open binary connection based standard messaging...