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...
Juta asked 1/2, 2010 at 10:42

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...

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...
Alveolus asked 15/4, 2016 at 4:40

1

Spring Configuration <bean id="jmsQueueConnectionFactory" class="org.apache.qpid.client.AMQConnectionFactory"> <constructor-arg index="0" value="amqp://guest:guest@localhost/test?broke...
Desultory asked 23/9, 2011 at 17:21

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 ...
Gebhart asked 18/7, 2013 at 9:27

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...
Houseroom asked 13/8, 2012 at 5:36
1

© 2022 - 2024 — McMap. All rights reserved.