6
votes
What qualities should a developer/architect look for when evaluating message queues?
If its an open source message queue then I'd always pick the one with the biggest community behind it so you know your investment won't be wasted. Also pseudo open source projects where its really …
1
vote
Replacing a message in a jms queue
This sounds like an ideal use case for the Idempotent Consumer which removes duplicates from a queue or topic. …
2
votes
Is AMQP suitable as both an intra and inter-machine software bus?
AMQP is a specification so you'd be comparing apples with oranges really. There are not that many production ready AMQP providers out there really; none of the major messaging providers or vendors …
8
votes
Queues against Tables in messaging systems
The phrase beats every time totally depends on what your requirements were to begin with. Certainly its not going to beat every time for everyone.
If you are building a single syst …
0
votes
Strengths and weaknesses of XmlBlaster
What are your requirements? Discussing middleware without concrete requirements is a bit like comparing apples to oranges.
…
1
vote
JMS queue logging/browsing for all messages (invisible consumer for queue) (OpenJMS)
If you switch to Apache ActiveMQ (which is a much better & more popular open source JMS provider which also fully supports JMS 1.1 and J …
0
votes
ASP.NET - best queue system for a new application
You could look at using an open source message broker such as Apache ActiveMQ
…
1
vote
How do I specify a TCP transport is server mode (listening) or client mode in activemq?
was this answered on the thread here?
…
2
votes
ActiveMQ message grouping performance
I've used Message Groups on many projects and it works great. Though for full disclosure I was one of the folks pushing for Message Groups and did much of the initial implementation work.
T …
