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