hornetq « activemq « Java Enterprise Q&A





1. Open Source Queuing Solutions for peek, mark as done and then remove    stackoverflow.com

I am looking at open source queuing platforms that allow me do the following: I have multiple producers, multiple consumers putting data into a queue in a multithreaded environment with the specific ...

2. How do I integrate ActiveMQ with a HornetQ ESB (or access the HornetQ directly from C#)?    stackoverflow.com

I've got an ActiveMQ ESB that I am using between several C# assemblies across a couple different systems. I need to start receiving notifications being sent out by a new system ...

3. HornetQ and ActiveMQ CMS don't work together!    stackoverflow.com

I'm trying to implement a solution using HornetQ. Since I need to access it through a C++ application, that raises me a problem. I'm compiling the activemq-cpp builtin example, and changing ...

4. Which embedded messaging system -> ActiveMQ or HornetQ    stackoverflow.com

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 ...

5. How do you process messages in parallel while ensuring FIFO per entity?    stackoverflow.com

Let's say you have an entity, say, "Person" in your system and you want to process events that modify various Person entities. It is important that:

  • Events for the same Person ...

6. Advantages of HornetQ vs ActiveMQ vs Qpid    stackoverflow.com

I was browsing for an open source messaging software and after some good bit of research I came across these three products. I've taken these out for a preliminary test drive, ...

7. JMS message priority not working on Message    stackoverflow.com

I need to set message priority so that High priority messages are consumed before Low priority messages by Receivers. First I tried with message.setJMSPriority() method to set the priority but it ...