Skip Headers
Oracle® Fusion Middleware Programming Stand-alone Clients for Oracle WebLogic Server
11g Release 1 (10.3.1)
E13717-02
  Go To Documentation Library
Library
Go To Product List
Product
Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

5 WebLogic JMS Thin Client

The following sections describe how to deploy and use the WebLogic JMS thin client:

Overview of the JMS Thin Client

The JMS thin client (the wljmsclient.jar deployed with the wlclient.jar), provides Java EE and WebLogic JMS functionality using a much smaller client footprint than the full WebLogic JAR. The smaller footprint is obtained by using:

For more information on developing WebLogic Server thin client applications, see Developing a Java EE Application Client (Thin Client).

JMS Thin Client Functionality

Although much smaller in size than the full WebLogic JAR, the JMS thin client (the wljmsclient.jar and wlclient.jar) provide the following functionality to client applications and applets:

Limitations of Using the JMS Thin Client

The following limitations apply to the JMS thin client:

Deploying the JMS Thin Client

The wljmsclient.jar and wlclient.jar are located in the WL_HOME\server\lib subdirectory of the WebLogic Server installation directory, where WL_HOME is the top-level WebLogic Server installation directory (for example, c:\Oracle\Middleware\wlserver_10.3\server\lib).

Deployment of the JMS thin client depends on the following requirements:

For more information on developing thin client applications for WebLogic Server, see Developing a Java EE Application Client (Thin Client).