JMS Control: Using Java Message Service Queues and Topics from Your Web Service

JMS (Java Message Service) is a Java API for communicating with messaging systems. Messaging systems are often packaged as products known as Message-Oriented Middleware (MOMs). WebLogic Server includes built in messaging capabilities via WebLogic JMS, but can also work with third-party MOMs. Messaging systems are often used in enterprise applications to communicate with legacy systems, or for communication between business components running in different environments or on different hosts.

The JMS control enables WebLogic Workshop web services to easily interact with messaging systems that provide a JMS implementation. A specific JMS control is associated with particular facilities of the messaging system. Once a JMS control is defined, web services may use it like any other WebLogic Workshop control.

To learn about WebLogic Workshop controls, see Controls: Using Resources from a Web Service.

Topics Included in This Section

JMS Control Samples

SimpleJMS.jws Sample

CustomJMSClient.jws Sample

Related Topics

Controls: Using Resources from a Web Service