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
1 answer

Performance problem sending big messages to qpid C++ broker using AMQP 1.0

I'm creating a proof of concept implementation in which I need to send files (sometimes large ones, up to 400Mb) embedded in messages using AMQP 1.0. I decided to use Apache's qpid proton client lib and qpid C++ broker. The test setup has 3 parts: A…
Gabriel T
  • 23
  • 5
0
votes
1 answer

Qpid Proton SSL problems in Python 3.10

I want to create an AMQP client with SSL and connect to my ActiveMQ Artemis broker. For this task I took an example project from the Qpid Proton repository and modified it a bit: def on_start(self, event): ssl_domain =…
Daemon2017
  • 115
  • 1
  • 2
  • 9
0
votes
1 answer

AMQP Qpid ActiveMQ routing key

I'm using ActiveMQ "Classic," and I want to use AMQP protocol. For the moment I am trying to use AMQP 1.0 and the Java client Qpid JMS client 2.2.0 and qpid-amqp-1-0-client-jms 0.32 with Spring Boot 3 and jakarta package. The final goal is to fully…
0
votes
1 answer

I have been trying out this ActiveMQ example but no matter how hard I try fixing the issue I keep getting this problem on line 38 of the code

I don't know what could be causing the problem but my code keeps failing when it get to this part Connection connection = factory.createConnection(user, password); This is the code I'm working on: public static void main(String[] args) throws…
0
votes
1 answer

Getting error "Error: Could not find or load main class org.apache.qpid.server.Main" trying to run qpid server

This question is about the same error message: Apache Qpid:Error while running qpid-server.bat my java version is: java version "1.8.0_341" Java(TM) SE Runtime Environment (build 1.8.0_341-b10) Java HotSpot(TM) 64-Bit Server VM (build 25.341-b10,…
Nottoc
  • 85
  • 6
0
votes
1 answer

Can Azure Service Bus be used directly through the AMQP protocol without JMS? Would a spring-amqp implementation for Service bus be feasible?

The spring-cloud-azure-starter-servicebus-jms Spring Boot starter allows to use Azure Service Bus via the JMS 1.0 or 2.0 API depending on the configured pricing for Azure Service Bus. This implementation seems to emulate the JMS functionality…
adelinor
  • 703
  • 9
  • 15
0
votes
0 answers

qpid-cpp-server 1.39.0 will not start on Centos with error qpidd: symbol lookup error: /lib64/libqpidcommon.so.2:

On Centos7, the qpid-cpp-server has been installed epel package has been installed yum install qpid-cpp-server qpid-tools The server will not start with error : qpidd[22202]: /usr/sbin/qpidd: symbol lookup error: /lib64/libqpidcommon.so.2:…
R Lawless
  • 21
  • 1
0
votes
1 answer

Configure Apache Qpid JMS (jakarta.jms) connectionfactory in Apache Camel XML DSL in AMQP component

Trying to use the jakarta.jms Apache Qpid AMQP client to process messages. I am trying to use poolable connection factory using org.messagehub. Standlone java code works, refer the java changes. When I try use the same in Spring XML DSL in Camel,…
Tim
  • 1,321
  • 1
  • 22
  • 47
0
votes
0 answers

how multiple consumers can pull equal number of messages from qpid queue using DMLC

I am trying to impl pull mechanism using Spring DMLC, using qpid broker for queue. I am using setCnocurrency/setMaxConsurrentConsumer params to specify min and max consumers for my listener. I can see those consumers coming up when app starts, the…
0
votes
1 answer

How to create RabbitMQ durable Queue by using qpid-jms-client?

I am trying to use Qpid Java client(org.apache.qpid:qpid-jms-client:0.59.0) to connect to RabbitMQ(v3.8.2). And I enable the rabbitmq_amqp1_0 plugin on RabbitMQ. They seems working fine, but except for one thing. How could I create a durable queue…
msl12
  • 48
  • 8
0
votes
1 answer

Spring boot starter dependency overwrites netty version of the qpid-jms-client

I'm using the QPID-JMS-ClIENT (version 0.59.0) in a spring boot project. I would like to overwrite the netty-version since this version of QPID comes with the netty-version: 4.1.63.Final [1]. I would like to overwrite the netty version to the…
monti
  • 455
  • 7
  • 25
0
votes
1 answer

Apache qpid client to IBM MQ Broker v 9.1.0.6 + request - reply pattern with Queues, not working

Below is a summary of the AMQP client we have trying to build to evaluate request / response message pattern with IBM MQ. Current IBM Queue Manager version = 9.1.0.6 AMQP channel setup with the below properties, and is available at…
0
votes
2 answers

Apache Qpid JMS client message producer getting stuck and not delivering to queue

I am trying to send a message to the Qpid broker over the AMQP 1.0 protocol. The queue is named queue2 and it is already created under default virtualhost. However, producer.send(message) is getting stuck forever. The same code is working for…
0
votes
1 answer

Graalvm native image + amqp pid java client + Provider scheme NOT recognized: [amqps] error

I am using evaluating a standalone apache qpid client, to connect to a secure AMQPS channel over SSL. The standalone code runs fine. the next step is I create an executable using native-image from graalvm. the uri I am connecting to…
0
votes
1 answer

Qpid(JMS) - Azure Servicebus - It is not possible for an entity that requires sessions to create a non-sessionful message receiver

We are using qpid-jms-client-0.57.0 to publish and receive messages from Azure ServiceBus. ServiceBus provides feature to receive message from session to maintain message order. Please refer here for more details -…