Tagged Questions

From the Apache Qpid Project Homepage: 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. ...

learn more… | top users | synonyms

13
votes
2answers
1k views

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 three products. I've taken these out for a preliminary test drive, having had them handle ...
4
votes
1answer
241 views

Looking for a compiled Python AMQP library

We're creating a high-throughput AMQP client using Qpid as the broker, and we are getting nowhere near the throughput reported in other places. (We're receiving under 250 msg/s, while this blog post ...
3
votes
1answer
38 views

Network Level Caching

We are building a test client to do some load/failover testing for Apache Qpid. My admin counterparts told me that I should randomize the bytes in the message payload. Their reasoning for this is ...
2
votes
1answer
190 views

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. Currently I have a system which consumes from a jms queue and partially ...
2
votes
4answers
1k views

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, RabbiMq and Apache Qpid. To measure the performance, I am running a test program that publishes say ...
2
votes
1answer
120 views

Consume RabbitMQ server messages from Apache Qpid java client ? Which version?

I have to consume rabbitmq-server with apache qpid java client (because I have to use apache camel). But I am confused with version of both of them , especially because of amqp protocol supported by ...
2
votes
1answer
109 views

Qpid - Load balancing messages to consumers that have different performances characteristics

I have the following scenario : I’m pushing 100 messages to a queue shared by 2 consumers. Both subscribers subscribe to the queue in pre-acquire mode and explicit mode. After each message is ...
2
votes
1answer
415 views

QPID finer AMQP control with the high-level API?

At first I thought QPID documentation is great, but now I find it confusing. I'm using the C++ API of QPID-0.6 with the qpid::messaging namespace (I saw I have access to low-level AMQP with ...
2
votes
1answer
299 views

RUBY_LIBRARY cmake variable when building Qpid

Im trying to build Qpid. When running CMake this is printed to the log: Could NOT find Ruby (missing: RUBY_LIBRARY) [ ... more stuff cut for brevity ] CMake Error at src/CMakeLists.txt:96 ...
2
votes
2answers
423 views

Get started with QPID

Could anyone share some links on how to get started using QPID? I have checked out http://qpid.apache.org/ and I have managed to start the Java QPID broker, but I don't know where to go from here. ...
1
vote
1answer
12 views

Validate an AMQConnection connection string without connecting?

The Apache Qpid Java client API has an AMQConnection class that is used to make a connection to a Qpid message broker. I'm using the single-String constructor (AMQConnection(String connection)). I ...
1
vote
2answers
115 views

How to handle producer flow control in jms messaging while using apache qpid

I am trying to handle flow control situation on producer end. I have a queue on a qpid-broker with a max queue-size set. Also have flow_stop_count and flow_resume_count set on the queue. now at the ...
1
vote
1answer
104 views

How do I make the JMS transport for CXF repost failed QPid messages? Alternately, is there a better solution that I'm missing?

I'm writing an emailer webservice for my company. One of the main requirements is guaranteed delivery, so we have a thin HTTP layer over the JMS transport, using a persistent QPid queue. One of the ...
1
vote
0answers
484 views

QPID - Spring CachingConnectionFactory - Reconnect

Spring Configuration <bean id="jmsQueueConnectionFactory" class="org.apache.qpid.client.AMQConnectionFactory"> <constructor-arg index="0" ...
1
vote
2answers
316 views

Maven repository for QPid

I am trying to use QPid as a JMS provider. Maven is used as a build tool. I cannot locate maven repository that contains QPid, so my build fails. Questions does somebody know mvn repository that ...
0
votes
1answer
19 views

Apache Qpid/Redhat MRG - Send dates in a portable way across different systems

Apache qpid does not has a direct support for sending Date type objects. I want to send datetime fetched from Database and Date objects using Apache Qpid in way that is portable across different ...
0
votes
0answers
22 views

python qpid message encoding

I'm trying to receive messages from amqp broker in python. Here is my code: #!/usr/bin/python import sys import os import getopt from qpid.messaging import * from qpid.log import enable, DEBUG ...
0
votes
2answers
26 views

Apache Qpid - Set routing key at message level

Is there any option to set a routing key at message level in Apache Qpid. The way I currently do is Specify routing key in address string. Create a producer with this destination address. topic = ...
0
votes
2answers
41 views

Is there a JMS API/Client that works with all AMQP brokers?

The JMS is the vendor neutral API to messaging in the Java space. AMQP's mission is "to become the standard protocol for interoperability between all messaging middleware". I'm looking for a JMS ...
0
votes
0answers
13 views

how to specify queue in qpid with same exchange in JMS API?

I am following example as https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/Hello.java Here they have one exchange and one queue. How to send ...
0
votes
0answers
55 views

Why is SessionException thrown while receiving messages and how to handle it

I am using qpid api(0.12). I have a MessageConsumer which connects to a qpid-broker and continously receives messages from a queue. But sometimes the receive method throws SessionException(stacktrace ...
0
votes
1answer
45 views

Android: Instantiating JNDI factory from reflection on Android forcing javax

I'm trying to port: Apache Qpid Client, JMS and JNDI -- to Android. I'm able to get a successful compile/build of my QpidDroid project when running the ant debug install targets after passing Dalvik ...
0
votes
1answer
41 views

Interpreting qpid-bench output

I'm running the qpid-bench tool that comes with Apache qpid against a couple different machines to bench mark the performance. I haven't been able to find any documentation on the output/results from ...
0
votes
2answers
23 views

How to synchronize time in qpid in different clusters without internet?

I 'm using corosync and OS Debian. When I start qpidd program write this message: Warning ClasterClock task late 1 times by 70ms on average
0
votes
1answer
85 views

Create a browse only queue in Redhat MRG/Apache QPID

How can I enforce a queue to be browse only in Red Hat MRG/Apache QPID so that clients can only browse the queue. Even if some client tries to consume message off queue, he should not be able to do ...
0
votes
0answers
120 views

Attempting to Unit Test Apache Camel + AMQP

I've attempted to create a unit test that creates a local VM Qpid broker then sends a simple message via Camel. The test always fails with: WARN ...
0
votes
1answer
112 views

How to using amq.topic to pub/sub messages in Apache Qpid

I have a C++ publisher to send messages like this: Connection connection; connection.open("127.0.0.1", 5672); Session session = connection.createSession(); Message msg; msg.setData("TestAMsg"); ...
0
votes
0answers
68 views

Qpid ObjectMessage deserailization problem

I have a simple POC for my problem. I have a producer and a consumer to read and write ObjectMessage to Qpid queue. All that the Dummy object has, is a String. The Dummy object is Serializable as ...
0
votes
1answer
57 views

Ignoring loopback messages in Qpid/AMQP?

Is there a way to ignore messages that come from yourself in Qpid/AMQP? I've dug around both the documentation and the source for qpid, and can't find a flag that lets me ignore them. It seems like ...
0
votes
1answer
52 views

Apache qpid setDelay

Does Apache qpid-cpp messaging api support delayed delivery of message as in ActiveMQ? TextMessage message = session.createTextMessage("test msg"); long time = 60 * 1000; ...
0
votes
1answer
173 views

Load Balancing among Producers (devices) and Messaging Server ( Apache Qpid or RabbitMQ )

Recently I started working on a project which require to implement Messaging and viable options are : Apache Qpid or RabbitMq , My Task is like this : +A+ >>.[Millions Devices (Producers) -- ...
0
votes
2answers
419 views

How to use AMQP with Apache Camel and Apache CXF?

Greetings all I am using Apache Camel and Apache CXF in this example: http://camel.apache.org/better-jms-transport-for-cxf-webservice-using-apache-camel.data/cxfcamelexample.zip and I want to use ...