Questions tagged [qpid]

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.

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.

Enterprise Messaging systems let programs communicate by exchanging messages, much as people communicate by exchanging email. Unlike email, enterprise messaging systems provide guaranteed delivery, speed, security, and freedom from spam. Until recently, there was no open standard for Enterprise Messaging systems, so programmers either wrote their own, or used expensive proprietary systems.

AMQP is the first open standard for Enterprise Messaging. It is designed to support messaging for just about any distributed or business application. Routing can be configured flexibly, easily supporting common messaging paradigms like point-to-point, fanout, publish-subscribe, and request-response.

Apache Qpid implements the latest AMQP specification, providing transaction management, queuing, distribution, security, management, clustering, federation and heterogeneous multi-platform support and a lot more. And Apache Qpid is extremely fast. Apache Qpid aims to be 100% AMQP Compliant.

343 questions
1
vote
2 answers

Qpid JMS Options for CloudBees?

I know that CloudBees don't provide a Message Queue service. In my Java EE app, I have use RabbitMQ as a Broker, Qpid JMS as client. It doesn't work due to: [#|2013-11-09T20:21:45.203+0000|INFO|glassfish…
1
vote
2 answers

Issue with transferring a double property from C++ To C# with Google Protocol Buffer and Protobuf-C#

I am attempting to send an object as a serialized string from C++ to C# over QPID which is a messaging system. I currently have a Google proto file as such: package Serializable; message Order_ser { optional int32 openord = 1 [default = 0]; …
Rajeshwar
  • 11,179
  • 26
  • 86
  • 158
1
vote
1 answer

Transferring files over qpid

I need to transfer a music files over large size using apache Qpid. I have a read some blogs, where it mentions the file transfer is possible. But could not find any examples on it. Any help will be appreciated Thanks Harisha
harisha
  • 119
  • 2
  • 7
1
vote
1 answer

How to set ActiveMQ to stop accepting messages?

I want to know that in ActiveMQ is there any property with which user can restrict ActiveMQ to not accept the messages in an Input Queue after a certain threshold is reached ? So far i am able to find out its flow control using memory constraint. I…
madhurika
  • 191
  • 1
  • 8
1
vote
0 answers

Endless connection initialization between QPID CPP 0.20 and Java client AMQP 1.0

I am running the Qpid 0.20 CPP broker (AMQP 1.0 compliant) and trying to send JMS messages with a Java application. what's working is when the AMQP 0-10 client and the org.apache.qpid.jndi.PropertiesFileInitialContextFactory class are used (see…
Vladimir
  • 6,853
  • 2
  • 26
  • 25
1
vote
0 answers

i am trying to insall apache qpid getting the following error while doing make

i am trying to install apache qpid by svn checkout,i have installed all the tools while doing make i got the error svn co http://svn.apache.org/repos/asf/qpid/trunk qpid/sys/SocketTransport.cpp:209: error: ‘a2’ is used uninitialized in this…
1
vote
1 answer

Building Apache QPID on Windows missing setup.py

I am new to Apache Qpid, Cmake and Python. I have successfully built Qpid on Debian and ran some of the tests. I am now trying to build Qpid on Windows so that I can write a C# client, but something seems wrong. When I run the cmake command it…
1
vote
1 answer

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/qpid/url/URLSyntaxException

I am using QPid with Eclipse and Tomcat. Created a Dynamic Web Application and set the QPID_HOME, QPID_WORK environment variables. Trying out the Hello.java example mentioned…
chhavi
  • 11
  • 2
0
votes
1 answer

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 systems i.e. systems using C++/Java or any other…
MoveFast
  • 3,011
  • 2
  • 27
  • 53
0
votes
2 answers

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 broker_rcv = "admin/admin@hostname:IP" address_rcv =…
user1209304
  • 408
  • 1
  • 5
  • 26
0
votes
4 answers

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 = (Topic) context.lookup("destination"); sender =…
MoveFast
  • 3,011
  • 2
  • 27
  • 53
0
votes
1 answer

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 message to different queue in same exchange ? How…
Jigar Shah
  • 2,576
  • 6
  • 31
  • 53
0
votes
1 answer

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 the --core-library parameter to allow javax…
TheBitMuncher
  • 71
  • 2
  • 14
0
votes
1 answer

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 the qpid-bench program. Here are the results from…
Brian
  • 20,195
  • 6
  • 34
  • 55
0
votes
2 answers

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
user710052
  • 41
  • 2
  • 3