Hi,
I have written below consumer which implements MessageListener interface. when i run this program as
java application my program ends without throwing any exception. The program should be continuously running right ? as i have implemented MessageListener interface so that whenever message comes in onMessage(Message message) method will get called.