Sending messages for a Message Driven Bean
 Technote (troubleshooting)
 
Problem(Abstract)
Does a client send messages to a Message Driven Bean?
 
Resolving the problem
No, from the perspective of the client, the existence of a Message Driven Bean is completely hidden behind the JMS destination for which the Message Driven Bean is the message listener. To the client, a Message Driven Bean is simply a JMS message consumer. The client sends messages to the Destination (Queue or Topic) for which the message-driven bean is the MessageListener just as it would to any other Destination. The Container pulls the message off the Destination(Queue or Topic) and invokes Message Driven Bean to process the message.
 
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers Runtimes for Java Technology Java SDK
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Java Message Service (JMS)
Operating system(s): Windows
Software version: 5.0
Software edition:
Reference #: 1078961
IBM Group: Software Group
Modified date: Aug 25, 2004