
Chapter 13. Messaging and service integration 431
13.5.1 Messaging provider standards
To implement messaging within your application as a message producer, consumer, or both,
your application needs to communicate with a messaging provider. Examples of messaging
providers include the default messaging provider in WebSphere Application Server,
WebSphere MQ, Oracle Enterprise Messaging Service, and SonicMQ.
Your application code can interact with these providers in several ways. Consider using the
JMS API, but you can also use vendor-specific client libraries or the J2EE Connector
Architecture (JCA) API. This section briefly provides information ...