Configuring Java Messaging Services (JMS)

Oracle WebLogic Server provides messaging services based on the JMS API. A message is simply data exchanged between applications or systems that can consist of queued, transformed, and transmitted messages between these applications or systems. Note that in a two-tier implementation (server and client only), the client communicates directly with the data tier, with no real messaging capabilities. In three-tier architectures, however, the middle tier will often include messaging services as part of the application server's capabilities. In many cases, JMS is used to simply queue requests originated from the web tier to the services tier asynchronously.

WebLogic Server implements and extends the standard ...

Get Oracle WebLogic Server 11g Administration Handbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.