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 block sender from 
sending messages to a queue occupied by 80% (default value) or more.

Kind regards,
Pavel


----- Original Message -----
> From: "Bruno Matos" <bruno.ma...@paradigmaxis.pt>
> To: users@qpid.apache.org
> Sent: Wednesday, April 18, 2012 12:19:52 PM
> Subject: Reduce Sender traffic
> 
> 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 there is a bound queue?
> 
> Tia.
> 
> --
> Bruno Matos
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to