+

Search Tips   |   Advanced Search

Programming to use JMS and messaging directly


Use these tasks to implement WebSphere J2EE applications that use JMS programming interfaces directly.

WAS supports asynchronous messaging as a method of communication based on the JMS programming interface.

The base JMS support enables enterprise apps to 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.

Use the base support for JMS, we can build enterprise beans that use the JMS API directly to provide messaging services along with methods that implement business logic.

Use the admin console to administer the JMS support of WAS. For example, we can configure JMS providers and their resources, and can control the activity of the JMS server.

See about JMS, see the JMS documentation at http://java.sun.com/products/jms/docs.html.

 


Develop applications to use JMS directly
Deploy an enterprise application to use JMS

 

Related tasks


Programming to use asynchronous messaging