qpid Questions
4
Does anyone have an example of using Apache Qpid within a standalone junit test.
Ideally I want to be able to create a queue on the fly which I can put/get msgs within my test.
So I'm not testing...
1
I would like to read subscription messages from service bus. I am using qpid-proton library for python. I am following this link to receive messages Proton-Python-Example-Simple-Receive. I am passi...
Duroc asked 19/7, 2017 at 8:38
7
I need a high performance message bus for my application so I am evaluating performance of ZeroMQ, RabbitMQ and Apache Qpid. To measure the performance, I am running a test program that publishes s...
Schlep asked 27/10, 2011 at 19:34
1
What is difference between Qpid Java 6.0.1 and Qpid JMS 0.9.0 and Qpid Proton?
I am new with JMS and wanted to implement simple JMS application with Apache Qpid.
Can anyone provide me links to unde...
1
Spring Configuration
<bean id="jmsQueueConnectionFactory" class="org.apache.qpid.client.AMQConnectionFactory">
<constructor-arg index="0"
value="amqp://guest:guest@localhost/test?broke...
1
Being a bit confused about these two terms, I'm thinking what is the purpose of having a persistent message but transient (non-durable) queue?
After all, if the broker restarts and the queues are ...
6
Solved
I'm doing research to figure out what messaging solution to settle on for our future products and I can't really figure this one out.
There is a bunch of AMQP 0.9.1 implementations (RabbitMQ, Apac...
1
© 2022 - 2024 — McMap. All rights reserved.