I would recommend comparing hazelcast 3 (which is not yet released)
with other solutions. Hazelcast 3 queues are great for fault tolerant
queues, it will scale much better if you have many queues. Hazelcast 3
is in alpha but we should have the beta in 10 days.
-talip
On Tue, May 21, 2013 at 5:53 PM, <
jason....@gmail.com> wrote:
> If you want high performance queues I would recommend using something like HornetQ or RabbitMQ. A queue makes for a poor partitioned datastructure in general because of its strong ordering characteristics. I don't mean to imply that Hazelcast is bad in any way, only that you will see consistently better performance from a "real" MQ.
>
> What are you looking to accomplish?
>
> --
> You received this message because you are subscribed to the Google Groups "Hazelcast" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
hazelcast+...@googlegroups.com.
> To post to this group, send email to
haze...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/hazelcast?hl=en-US.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>