Jboss A-MQ is a messaging service implemented on top of
Apache ActiveMQ, which supports multiple messaging paradigms like
publish-subscribe, point-to-point, and store and forward. This enables real-time
messaging among multiple clients based on various platforms such as Java, C,
and C++ via multiple protocols like JMS 1.1, TCP, SSL, STOMP and NMS. The
broker which is responsible for exchanging messages among clients is hosted on
Apache Karaf, a light weight OSGI-based real-time container.
Installation
- Download the JBoss A-MQ from https://www.jboss.org/products/amq/get-started/#
- Extract the downloaded zip file to a place of choice [JAMQDir].
- Edit [JAMQDir]\etc\users.properties file and uncomment the admin=admin,admin line to define administrators credentials of the broker.
- Open the command prompt and navigate tp [JAMQDir]\bin.
- Run the command amq on the terminal. Terminal output should look like below.
- Navigate to localhost:8181 in the browser and verify the JBoss A-MQ management consol.
No comments:
Post a Comment