I would appreciate some general pointers and opinions regarding which of the two messaging systems is
- easier to manage
- has less gotchas or magic stuff one needs to know and avoid
- has less overal dependencies
- is simple to work with.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
hornetQ has a clear API for management and it’s very easy to use.
hornetQ was made for the embedded case. It is very, very easy to integrate it in your code. As a matter of fact you can do it with less than 10 lines of code.
Everything on HornetQ is modular. The only required dependency on HornetQ is Netty which is the network provider.
HornetQ is very simple to use. Clear API, and mainly, the documentation is very, very complete.
You don’t need to buy any books to use HornetQ. All the docs are right there for free at the hornetq’s website.