Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Differentiate “find a method” from “select method” in EJB ?

0 Answers  


What is an ejb container?

0 Answers  


Which is the only method defined in the javax.ejb.handle interface?

0 Answers  


What are the key benefits of the ejb technology?

0 Answers  


How is an entity bean created?

1 Answers  


What is ejb home object?

0 Answers  


Tell me difference between Container managed persistent bean & Bean managed persistent bean?

1 Answers   KPIT,


ejb session beans and entity beans?

1 Answers  


Is udp stateless?

0 Answers  


What is ejb role in j2ee?

0 Answers  


Describe client view of an Enterprise JavaBeans component?

1 Answers   Wipro,


What do you mean by ejb?

0 Answers  


Categories