How do I contifure clien qpid Timeout for java?

2011-11-18 Thread Gaston Quezada
Dear Friends How do I configure client qpid Timeout for java? i am using qpid-client-0.12 with amqp version 0.10 and using asyncronous listener My code: public void toConsumer() throws AMQPConsumerException { try{ AMQConnectionFactory factory = new

Re: How do I contifure clien qpid Timeout for java?

2011-11-18 Thread Rajith Attapattu
You could use -Dqpid.heartbeat=x or use heartbeat as a broker url property. Btw, Please don't use the AMQ** classes. These are internal classes that will not be there going forward. It's better to use the JMS interfaces. Rajith On Fri, Nov 18, 2011 at 11:17 AM, Gaston Quezada