Hi Susheel, On 08/02/12 21:48, Susheel Daswani wrote: > java.io.EOFException > at com.rabbitmq.client.QueueingConsumer.handle(QueueingConsumer.java: An EOF exception on a socket points to a network problem. You could try to eliminate the network by running the test over localhost, or enable AMQP heartbeats. -Emile