Bookmark this page

Summary

  • Red Hat JBoss Enterprise Application Platform (JBoss EAP) embeds the latest ActiveMQ Message-Oriented Middleware (MOM) based on the Artemis project.

  • The application server administrator configures connection factories and destinations by using JNDI names.

  • A destination can be either of the following resources:

    • A queue, which delivers to a single consumer per message

    • A topic, which has publishers and subscribers with multiple consumers per message

  • Many MOM features, such as message redelivery and flow control, are configured within an address-settings that can match multiple destinations.

  • Message journal files are the main ActiveMQ persistence component. They are tuned to production environments by avoiding the need for file system metadata operations.

Revision: ad248-7.4-18a9db2