Java Message Service Examples (original) (raw)
This chapter provides examples that show how to use the JMS API in various kinds of Java EE applications.
The following topics are addressed here:
- Building and Running Java Message Service Examples
- Overview of the JMS Examples
- Writing Simple JMS Applications
- Writing More Advanced JMS Applications
- Writing High Performance and Scalable JMS Applications
- Sending and Receiving Messages Using a Simple Web Application
- Receiving Messages Asynchronously Using a Message-Driven Bean
- Sending Messages from a Session Bean to an MDB
- Using an Entity to Join Messages from Two MDBs
- Using NetBeans IDE to Create JMS Resources