How does ActiveMQ Classic compare to Spread Toolkit
FAQ > General > How does ActiveMQ Classic compare to Spread Toolkit
Spread Toolkit is a C++ library for messaging and only has partial support for JMS. It doesn’t support durable messaging, transactions, XA or full JMS 1.1. It is also dependent on a native code Spread daemon running on the machine.
Apache ActiveMQ Classic on the other hand is the JMS provider used in Apache Geronimo and is J2EE 1.4 certified in Geronimo and is 100% pure Java. ActiveMQ Classic supports transient and durable messaging, transactions, XA, J2EE 1.4, JMS 1.1, JCA 1.5 as well as heaps of different features like Message Groups and Clustering
Performance guides
If you’re not convinced by performance reports then please do try running performance tests yourself. You might wanna check out our overview of Performance or try using out the ActiveMQ Classic Performance Module Users Manual
Commercial providers may also be able to help diagnose performance issues, suggest changes, etc…