1. Open Source Queuing Solutions for peek, mark as done and then remove stackoverflow.comI 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.comI'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.comI'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.comI would appreciate some general pointers and opinions regarding which of the two messaging systems is
|
5. How do you process messages in parallel while ensuring FIFO per entity? stackoverflow.comLet'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:
|
6. Advantages of HornetQ vs ActiveMQ vs Qpid stackoverflow.comI 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.comI 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 ... |