Posts by Tiago • 26 points
1 post
-
1
votes1
answer63
viewsA: What is the difference between Sessions Beans and Message Drivebeans?
While MDB is stateless, SB can be stateless or statfull and MDB can be short-lived and access messages asynchronously. Also you cannot access the MDB via an interface.