Develop applications to use JMS directly
Use the base support for the JMS, we can develop enterprise beans that use the JMS API directly to provide messaging services along with methods that implement business logic.
WAS supports asynchronous messaging as a method of communication based on the JMS programming interface. Using JMS, enterprise apps can exchange messages asynchronously with other JMS clients by using JMS destinations (queues or topics). An enterprise application can explicitly poll for messages on a destination.
- Design an enterprise application to use JMS
- Develop an enterprise application to use JMS
- Develop a JMS client
Designing an enterprise application to use JMS
Develop an enterprise application to use JMS
Develop a JMS client
JMS interfaces
JMS and WebSphere MQ message structures
Related tasks
Programming to use JMS and messaging directly