Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

Only one instance of an MDB!



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());

Your rating: None Average: 5 (2 votes)