This topic describes the ways that applications can use point-to-point and publish/subscribe messaging. Applications can use the following styles of asynchronous messaging:
Both styles of messaging can be used in the same application. Applications can use asynchronous messaging in the following ways:
These messaging techniques can be combined to produce a variety of asynchronous messaging scenarios. For more information about how such messaging scenarios are used by WebSphere enterprise applications, see the following topics:
For more information about these messaging techniques and the Java Message Service (JMS), see Sun's Java Message Service (JMS) specification documentation (http://developer.java.sun.com/developer/technicalArticles/Networking/messaging/)
.
For more information about message-driven bean and inbound messaging support, see Sun's Enterprise JavaBeans specification (http://java.sun.com/products/ejb/docs.html)
.
For information about JCA inbound messaging processing, see Sun's J2EE Connector Architecture specification (http://java.sun.com/j2ee/connector/download.html)
.
Related concepts
WebSphere Application Server cloning and WebSphere MQ clustering
Security considerations for asynchronous messaging
Related tasks
Learning about