On 10/13/2011 07:45 AM, surya prakash wrote:
Is it possible to set max_count in qpid::client API.i am able to
do this in qpidd::message API.
Yes, e.g.
FieldTable args;
args.setInt("qpid.max_count",10);
session.queueDeclare(arg::queue="my-queue", arg::arguments=args);
(but i would still recommend the messaging API ;-)
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]