Re: AMQ consumer, gives exception when executing query from mysql

2010-07-14 Thread manua
Hi All, The error is solved. There was no problem from ActiveMQ, it was only catching the wrong catch block. Thanks, Manu manua wrote: > > Hi All, > > My consumer gives unknown exception at, > > mysqlpp::StoreQueryResult res = query.store()). > > ON receiving the test message, I ma parsing

AMQ consumer, gives exception when executing query from mysql

2010-07-14 Thread manua
Hi All, My consumer gives unknown exception at, mysqlpp::StoreQueryResult res = query.store()). ON receiving the test message, I ma parsing and passing it to a function, which will dip the database on the basis of that parameter and returns the result. I am able to parse the message and pass i