I've found how to apply queue sizing constraints from c++ client http://qpid.apache.org/cheat-sheet-for-configuring-queue-options.html here . It looks like:
#include "qpid/client/QueueOptions.h" QueueOptions qo; qo.setSizePolicy(RING,0,1000); session.queueDeclare(arg::queue=queue, arg::arguments=qo); How to do the same from the .NET client? -- View this message in context: http://n2.nabble.com/Applying-Queue-Sizing-Constraints-from-dotnet-client-tp4092990p4092990.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
