Top "Qpid" questions

Apache Qpid™ is a cross-platform enterprise messaging system which implements the Advanced Message Queuing Protocol (AMQP), providing message brokers written in C++ and Java, along with clients for C++, Java JMS, .NET, Python, and Ruby.

Performance comparison between ZeroMQ, RabbitMQ and Apache Qpid

I need a high performance message bus for my application so I am evaluating performance of ZeroMQ, RabbitMQ and Apache …

message-queue rabbitmq zeromq qpid
Advantages of HornetQ vs ActiveMQ vs Qpid

I was browsing for an open source messaging software and after some good bit of research I came across these …

jms activemq middleware hornetq qpid
Where are the AMQP 1.0 implementations? Would it make sense to wait?

I'm doing research to figure out what messaging solution to settle on for our future products and I can't really …

rabbitmq amqp qpid
Example of standalone Apache Qpid (amqp) Junit Test

Does anyone have an example of using Apache Qpid within a standalone junit test. Ideally I want to be able …

java junit amqp qpid
Jms message acknowledge only till the message acknowledged on

How to ensure message acknowledge deletes only messages upto the message on which acknowledge is called in a jms broker. …

java jms messaging qpid
java.util.InvalidPropertiesFormatException: SAXParseException

I am trying to implement Apache Qpid into our architecture and I am having trouble reading in a properties file. …

java xml qpid