Chapter 7. Creating Java Applications With ActiveMQ
Maybe your like
This chapter covers
- Embedding ActiveMQ in Java applications
- Embedding ActiveMQ using Spring
- Creating request/reply applications
- Writing JMS clients using Spring
Thus far the book has concentrated on ActiveMQ as a software application. Most of the information we’ve presented has concerned the internal structure of ActiveMQ and how its components can be configured. But apart from basic JMS examples, using ActiveMQ in your applications hasn’t been discussed. This chapter is dedicated to explaining how to create applications with ActiveMQ.
One of the things you might want to do with ActiveMQ is to embed it into your application. Since ActiveMQ is written in Java, it can naturally be integrated in another Java application. As you’ll see, you can configure the broker using either Java code or XML (via the Spring Framework). A fully configured broker can serve clients from the same application (using the VM protocol) as well as clients from remote applications to exchange messages over the network. This scenario is depicted in figure 7.1.
Figure 7.1. Local and remote applications exchange messages with an embedded broker.
7.1. Embedding ActiveMQ using Java
7.2. Embedding ActiveMQ using Spring
7.3. Implementing request/reply with JMS
7.4. Writing JMS clients using Spring
7.5. Summary
Tag » Activemq Xml Configuration
-
Xml Configuration - ActiveMQ - The Apache Software Foundation!
-
Version 5 XML Configuration - ActiveMQ
-
Apache ActiveMQ Parameters - IBM
-
Amazon MQ For ActiveMQ Broker Configuration Parameters
-
2.2. Editing A Standalone Broker's Configuration Red Hat AMQ 6.1
-
2.3. Modifying A Running Standalone Broker's XML Configuration
-
15.11 - Editing The ActiveMQ XML File - Data Stream Architecture
-
How Do I Know If ActiveMQ Is Using My Activemq.xml? - Stack Overflow
-
HOWTO Configure ActiveMQ Broker — GeoServer 2.19.x User Manual
-
HOWTO Configure ActiveMQ Broker — GeoServer 2.22.x User Manual
-
Activemq/activemq-demo.xml At Main · Apache/activemq - GitHub
-
Opt/activemq/conf/activemq.xml · Spscommerce/activemq - Gemfury
-
Message Broker: ActiveMQ - Smile CDR Documentation
-
Apache ActiveMQ Configuration In Windows - Roy Tutorials