Chapter 8. Integrating ActiveMQ with application servers
This chapter covers
Up to this point, most of the examples in the book have utilized a standalone instance of ActiveMQ: ActiveMQ was started up in its own JVM. Then chapter 7 demonstrated multiple ways to embed ActiveMQ inside a Java application, including the use of the ActiveMQ Java APIs as well as using a Spring Framework XML configuration. This style of integration is common, but the aim of this chapter is different. The goal of this chapter is to demonstrate the use of an application server’s features for integrating third-party middleware.