48. Message Driven Bean
MDB has the following behaviour
|
- Is stateless
- is a JMS listener
- when a JMS message arrives the method onMessage() is executed
- does not survive EJB server crashes
- provides a single-use service
- is relatively short lived
- is only a bean class – no interfaces
|
Copyright 2004 Kanti Prasad All rights reserved
|