Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | Introduction | Basics of webMethods Messaging | JMS API Programming Model
 
JMS API Programming Model
 
Administered Objects
Connections
Sessions
Message Producer
Message Consumer
Messages
The following section summarizes the most important components of the JMS API. Since the same abstractions are used for webMethods Broker APIs for JMS and C# APIs, the descriptions that follow are valid for both types of clients, except where noted.
The building blocks of a JMS application consist of the following:
*Administered objects (connection factories and destinations)
*Connections
*Sessions
*Message producers
*Message consumers
*Messages