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

Error while trying to connect to azure event hub using amqp

I'm trying to connect as subscriber (for recieving messages) to an azure event hub using python and the proton library. I have found an example code and eventually got to: import sys import optparse from proton import * import urllib mng =…
Srgrn
  • 1,770
  • 16
  • 30
1
vote
0 answers

java jms client 0.28 destination syntax

I need to use the Java JMS client (0.28) to connect to a AMQP broker (Java or C++) In my receiver I have the following destination string which creates a headers queue and binds to the exchange without any…
1
vote
2 answers

Connecting to a qpid queue using Amqp.net lite. throws exception amqp:connection:forced

I am trying to set up a simple example to connect to and send a message to a queue. we removed authentication for qpid so as to not need a username and password. what happens is once it tries to send the message I get an AMQP exception with the…
user2283330
1
vote
3 answers

Junk values received from Event Hubs when using Azure EventHostProcessor Receiver

I'm using Qpid-Proton-0.10(Python)- AMQP 1.0 based messaging library, to send data to Azure Event Hubs. To receive the data I use EventProcessorHost as per the following guide:…
Ram Prasad
  • 129
  • 1
  • 1
  • 8
1
vote
1 answer

Azure Event Data received through Service Bus Explorer is in hex format

I'm using Qpid-proton python example script(send.py) to send data to Azure Event Hub. To check that, I use Service Bus Explorer 2.6.1.0. The data sent using the python script is displayed as Hex values in Service Bus Explorer and not as what I send.…
Ram Prasad
  • 129
  • 1
  • 1
  • 8
1
vote
1 answer

python-qpid-proton examples, send message to azure not working

I'm trying to use python-qpid-proton version 0.9.1 to send a message to a Azure Service Bus queue. The examples in examples/python/messenger/ accept addresses of the form amqps://:@/, and I can successfully send…
Vlad V
  • 1,594
  • 1
  • 13
  • 28
1
vote
2 answers

undefined reference error in using dlopen in c++

I am trying to cross-compile apache-qpid for an arm system from a debian. There is undefined reference to __dlopen error, but it seems that it is related to the previous warning: using 'dlopen' in statically linked applications requires at runtime…
Mert Mertce
  • 1,049
  • 7
  • 34
1
vote
3 answers

How do I set up a security provider in Qpid to allow anonymous and also name/password authentication?

This is my first day with Apache Proton and Qpid (java-broker version 0.32) and I need a simple send and receive example in Java (no JMS). By poking around I found Send.java and Recv.java neither of which actually work. On "mng.send() I get…
tpc1095
  • 109
  • 1
  • 12
1
vote
1 answer

Simple example writing to the Qpid Java broker with Qpid Proton not working

I'm new to AMQP and am trying to write a simple application that writes to the Qpid Java Broker with the Qpid Proton Messenger API. Out of the box the Qpid Java broker has four default exchanges (amq.match, amq.fanout, amq.topic, amq.direct), an…
r2_118
  • 640
  • 1
  • 9
  • 25
1
vote
2 answers

Install python module on mac osx (qpid proton)

Im new to python programming and have some difficulties while installing modules. I have installed mysql connector for python on mac and that worked just fine. Now Im trying to install qpid proton on mac http://qpid.apache.org/proton/. Qpid does…
Zeezer
  • 1,503
  • 2
  • 18
  • 33
1
vote
1 answer

Trigger Monitor in JMS Provider like MQ Series

In Websphere MQ I can configure a Queue to Trigger an Application when a message arrives. In that way I can have an Application that starts only if needs and I don't have to manage one daemon that wait for message in that queue. More information…
Thomas8
  • 1,117
  • 1
  • 11
  • 22
1
vote
2 answers

about qpid exchange,queue

every one: i am new to qpid and encounter some problem. the exchange created by me can’t route message to the queue, as follows: first i create a durbale queue “test-queue-1” in the qpid use the quid-config command: qpid-config add queue…
Feng Fang
  • 13
  • 4
1
vote
1 answer

Create jms queue on broker after first access

If want to create a qpid destination for a message publisher on spring integration jms. As an example I can create a queue like this:
Smoothi
  • 283
  • 1
  • 3
  • 15
1
vote
1 answer

QPID 0.30 On Ubuntu 14.04 persistence not working

I have installed qpid-0.30 on Ubuntu 14.04. I have compiled the same from source code using the cpp files available in Downloads section. Everything is working fine. I can connect to QPID, send message and receive too. But I when I restart the…
Tarun Lalwani
  • 142,312
  • 9
  • 204
  • 265
1
vote
2 answers

Apache Qpid:Error while running qpid-server.bat

When I am running qpid-server.bat, I am getting following error: C:\qpid\qpid-0.24\java\broker\bin>qpid-server.bat Warning: Qpid classpath not set. CLASSPATH set to…
D66
  • 11
  • 3