Robert Greig wrote:
2008/11/3 Keith Chow <[EMAIL PROTECTED]>:
Is there an easy way to set global limit for all queues by broker config?
I am not sure - can someone confirm? I know there is a threshold but
that used to emit only a warning to the log.
The issue here is a default that can be configured for temporary
queues bound to the topic exchange (I assume)? Ideally I think we want
to be able to specify that consumers get disconnected when certain
thresholds are hit (e.g. number of messages or size of messages).
Can someone from the C++ side indicate whether the C++ broker does
this? If not I shall raise enhancement requests for both brokers.
The c++ broker allows a hard limit to be set for a queue or a system
wide default.