Back to:
www.javaworld.com/javaworld/jw-06-2005/jw-0606-jca.html.
"To take advantage of MDB's object pooling, create message endpoints for each message in the TradeWorker's run() method".
Although I have done so, I have only one instance of my MDB.
//Message prozessed by the same MDB-Id
logger.info("[THIS MDB]:" + his.toString());
Post new comment