layout: default_md title: How does ActiveMQ compare to Mantaray title-class: page-title-activemq5 type: activemq5

 FAQ > General > How does ActiveMQ compare to Mantaray

We are obviously biased, and will tell you “just use ActiveMQ!” (smile) But Mantaray is an OK JMS provider. The interesting thing about MantaRay is it can support a peer-based network, just as ActiveMQ does with its peer transport.

We benchmark against Mantaray and other open source JMS providers and in our tests (in which we try to be as objective as possible) ActiveMQ exhibits higher performance in most scenarios.

A peer transport can be useful when using non-persistent messaging. But if you want persistent messaging you often want to use a federated network with certain brokers on the network being the persistence brokers (so you can backup the file systems etc).

The ideal topology often depends on your requirements and how you want to manage persistence and deal with hardware failures such as with MasterSlave.