How 'messaging' supported in EJB 2.0 Specification?



How 'messaging' supported in EJB 2.0 Specification?..

Answer / guest

The EJB 2.0 Specification defines JMS support through a new
type of enterprise bean, the message-driven bean. A
message-driven bean is invoked by the EJB container as the
result of the arrival of a JMS message. To a client, the
message-driven bean is a JMS consumer that implements some
business logic on the server. Clients communicate with
message-driven beans by sending messages to a JMS
Destination (either a Queue or a Topic) for which the
message-driven bean is a MessageListener.

Message driven beans are distinct from both Entity and
Session beans. They have neither home nor remote interfaces.
Instead, they implement the javax.jms.MessageListener
interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What are the different kind of ejb's?

0 Answers  


what is mean by OLE ? Please answer me. Advance thanks.

0 Answers   Excel,


What is an entity and its types?

0 Answers  


What is ejb in spring?

0 Answers  


What are the advantages of java beam?

0 Answers  






What is stateless and stateful session bean in ejb?

0 Answers  


How to invoke ejb from java client?

0 Answers  


What transaction attributes does Java Bean containers support?

1 Answers  


Explain the difference between, Java Class and Bean?

3 Answers  


Explain Stateful session bean life cycle?

2 Answers   Accenture,


How does ejb container work?

0 Answers  


List down the steps for the demonstration of ejp persistence mechanism.

0 Answers  


Categories