Enterprise Java Development@TOPIC@
Understand concepts behind "messaging"
Introduce core aspects of the JMS 2.0 API
Implement asynchronous messaging flows within an application
At the completion of this topic, the student shall be able to:
Describe the difference between messaging and a standard client/server call
Describe the difference between publish/subscribe (Topic) and send/receive (Queue) messaging
Define administered resources in the server
Lookup administered resources using JNDI in their JavaSE-based applications
Inject administered resources in their JavaEE container-based applications
Construct runtime resources within their application
Send and receive JMS messages