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
0
votes
2 answers

Correct way to write an activation spec in Open Liberty for Apache Qpid for Azure Service Bus

I have successfully configured Apache Qpid JMS client (0.41.0) in Open Liberty to send messages to an Azure Service Bus queue. My server.xml looks like this:
0
votes
1 answer

Bitbake build for qpid-cpp-1.39.0 fails

I must preface this saying I have very little knowledge of Yocto/Bitbake, make, cmake, autoconf, etc. I have an application, written in C++, that I have been unable to get built. The issue I am having is that I have been unable to get some…
0
votes
1 answer

QPID ACL Invalid Syntax

I'm using the Apached C++ QPID broker and it's failing to parse this rule: acl deny-log all all broker. Tokens found after action "all" I'm trying to prevent anyone from modifying the broker.
EncryptedWatermelon
  • 4,788
  • 1
  • 12
  • 28
0
votes
1 answer

Qpid Broker-J Websocket Plugin AMQP 1.0

I'm trying to send AMQP 1.0 messages to a running Qpid Broker-J instance from within the browser with rhea.js. I was able to send and receive messages with the node.js version. I think I'll have to add/activate the Websocket Plugin, I just can't…
fea17e86
  • 711
  • 1
  • 9
  • 18
0
votes
1 answer

Does Qpid Broker 7 support ${variable} substitution in its config file?

I am upgrading from version 6 to version 7, which means switching from from instantiating a Broker to using the SystemLauncher. In particular, I had specified the keystore with a variable, and am now providing that via the systemConfigAttributes to…
Joshua Engel
  • 495
  • 3
  • 18
0
votes
0 answers

Unable to send messages with QPID JMS and RabbitMQ: Creating AmqpFixedProducer

I'm trying to send a simple message to a RabbitMQ (Version: 3.7.7) with AMQP 1.0 using the QPID JMS client. I'm using the following versions: org.apache.qpid
monti
  • 455
  • 7
  • 25
0
votes
1 answer

JMS QPID handle reconnect

I'm using JMS with QPID and wondering how to configure a reconnect if the broker cannot be reached anymore: try (Connection connection = jmsFactory.createConnection(); Session session = connection.createSession()) { Queue queue =…
monti
  • 455
  • 7
  • 25
0
votes
1 answer

how to install QPID C++ Message broker in ubuntu 18.04

I have tried using the commands as 1) sudo apt-get update 2) sudo apt-get install python-qpid 3) sudo apt-get install qpidd But from the third command, it says "E:Unable to locate package qpidd" Any, way to install it in ubuntu 18.04 LTS Also, has…
Karthik
  • 105
  • 10
0
votes
1 answer

QPID Connection factory properties

My system is based on camel and use Apache QPID 0.37.0 to consume messages from a remote AMQPS sever. Our system authenticates via a client certificate. Thus I have this piece of configuration:
Benoit
  • 5,118
  • 2
  • 24
  • 43
0
votes
0 answers

Test cases for SimpMessagingTemplate for rabbitmq in spring boot

I want to write test cases for SimpMessagingTemplate using rabbitmq in springboot. I have already tried to write the same using qpid-brokerhaving version mentioned below. org.apache.qpid
kumar
  • 497
  • 4
  • 12
0
votes
1 answer

Delyaed message plugin for apache qpid

I m using apache qpid as a broker for writing junits. My use case requires to use delayed message functionality in tests. so does qpid supports this , like rabbitmq. I s there any plugin available which i can write in qpid json file.
vipulk10
  • 117
  • 3
  • 15
0
votes
1 answer

Interoperability between AMQP 1.0 and 0-* clients

I'm thinking about introducing QPid Broker-J as an AMQP broker in the architecture we're developing, for it's wide support of different versions of the AMQP protocol. We would be only producers, while third-party software over which we wouldn't have…
Riccardo T.
  • 8,907
  • 5
  • 38
  • 78
0
votes
1 answer

QPID C++ Broker and QPID-CPP SSL Certificates

I am trying to set up SSL with QPID and I'm having trouble figuring out how to set up the certificates. I have made a certificate database and added a self signed certificate to it like so: mkdir ${CERT_DIR} certutil -N -d ${CERT_DIR} -f…
Sam
  • 48
  • 7
0
votes
1 answer

Implementing Durable Subscription on ServiceMix

I currently am using ServiceMix to route messages using QPID libraries. My working config is below :
user4889345
0
votes
1 answer

Unable to add apache qpid nuget package to c# solution

I am new to apche qpid. I have tried adding nuget package for the same but it is failing and getting this following error in package manager: "Failed to add reference to boost_chrono-vc120-mt-gd"