Use asynchronous messaging
Overview
WebSphere Application Server supports asynchronous messaging as a method of communication based on the Java Message Service (JMS) programming interface. This JMS support is provided by one or more JMS providers, and associated services and resources, that you configure for use by enterprise applications. We can deploy EJB 2.1 applications that use the JMS 1.1 interfaces and EJB 2.0 applications that use the JMS 1.0.2 interfaces.
We can use the WebSphere administrative console to administer the WebSphere Application Server support for asynchronous messaging. For example, one can configure messaging providers and their resources, and can control the activity of messaging services.
For more information about implementing WebSphere enterprise applications that use asynchronous messaging, see the following topics:
- Learning about messaging with WebSphere
- Installing a messaging provider
- Using the default messaging provider
- Maintaining V5 default messaging resources
- Using JMS resources of WebSphere MQ
- Using JMS resources of a generic provider
- Administering support for message-driven beans
- Programming to use asynchronous messaging
- Troubleshooting WebSphere messaging
See also
Learning about messaging with WebSphere Application Server
Installing and configuring a JMS provider
Maintaining V5 default messaging resources
Using JMS resources of WebSphere MQ
Using JMS resources of a generic provider
Administering support for message-driven beans
Troubleshooting WebSphere messaging
Related Tasks
Programming to use asynchronous messaging
Using the default messaging provider
Configuring JMS resources for the synchronous SOAP over JMS endpoint listener