Summary
In this chapter, you learned how to configure the messaging subsystem and the embedded component made of ActiveMQ Artemis.
You learned how to configure the transport layer, which is made up of the http acceptor and connector, and the invm acceptor and connector.
You also learned how to create destinations, both queues and topics. Additionally, you learned how to provide message reliability by properly configuring the persistence layer, which relies on a journal filesystem.
You learned about Bridge and how to integrate your messaging system with ActiveMQ Artemis and other brokers, such as ActiveMQ.
Last, but not least, you learned how to provide failover using clustering capabilities, provided by shared-store and replication configuration.
In the next chapter, you will learn how to configure the application server to provide security to your application using security-domains and different login-module components.