aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Transaction in MDB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Transaction in MDB" Watch "Transaction in MDB" New topic
Author

Transaction in MDB

chhachhrauli Garg
Greenhorn

Joined: Sep 18, 2006
Posts: 2
Hi All,

Can anybody please help me in understanding transaction in MDB. ejbRemove() and setMessageDrivenContext() both run in no Transaction in MDB. Do we need to cram this or is there any way to understand why these two methods are not a part of transaction in MDB?
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876

You need transactions for business logic code. The onMessage() is where the business logic is found in case of MDB so it does not make sense to have transactions in other methods.


Groovy
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Transaction in MDB
 
Similar Threads
MDB tranx attribute ?
MDB deadlock - how to solve it?
MDB - Bean Managed Transaction
MDB Transaction for listener method
Transactions and Messege Driven Beans