Using ActiveMQ core API

Apache ActiveMQ features also a core API which can be used to handle the JMS server and operations on the top of it, using its own non-JMS API. This is also known as the core API. The core API provides all the functionality of JMS but without much of the complexity. It also provides features … Read more

ActiveMQ Performance Tuning

In this tutorial I will discuss about Tuning ActiveMQ covering the core aspects of the broker, IO and storage tuning. 1) Do you need persistence ? Persistent delivery is about 20 times slower. If message persistence is not critical for your applications or also for a single queue. If you don’t want persistence at all … Read more

A-MQ Master-Slave configuration on shared file system

In this tutorial we will cover a basic cluster master-slave configuration of JBoss A-MQ by installing two servers on the same machine. With little changes, you can apply the same configuration to the upstream project, ActiveMQ. The simplest way to arrange for our cluster will be unzipping A-MQ in two folders, say amq1 and amq2. … Read more