Creation of Request and Response quese

2012-04-18 Thread Sumi
Hi, I am very new to Qpid , How do i create Request and response queues For ex:request queue , durable , direct exchange "response queue" : is an temporary queue and what should be my reply to property and how to bind these two queues so that when my producer send message to request queue , the c

Re: Reduce Sender traffic

2012-04-18 Thread Gordon Sim
On 04/18/2012 11:19 AM, Bruno Matos wrote: Hi, I have a sender that publishes about 10MB of messages per second for different topics. Only about 1% of that traffic is delivered because only about 1% of the topics are bound at a time. Is it possible, or would it be desirable, that the sender only

Re: Reduce Sender traffic

2012-04-18 Thread Pavel Moravec
Hi Bruno, what broker (C++ / Java) and client (C++ / Java / Python / ..) are you using? Generally, I would recommend creating more AMQP sessions where messages to potentially blocked queues are sent on one session, time to time synchronize those sessions and use producer flow control that would

Reduce Sender traffic

2012-04-18 Thread Bruno Matos
Hi, I have a sender that publishes about 10MB of messages per second for different topics. Only about 1% of that traffic is delivered because only about 1% of the topics are bound at a time. Is it possible, or would it be desirable, that the sender only effectively send the messages for witch ther

Re: What exactly does LinkClosed mean?

2012-04-18 Thread Cajus Pollmeier
Am 17.04.2012 11:27, schrieb Gordon Sim: On 04/17/2012 10:22 AM, Cajus Pollmeier wrote: Does an open sender stay open all the time if the underlying connection is configured with reconnect=True? Yes, unless the connection underneath it is lost. However in that case I would expect some warning