September 2011
Intermediate to advanced
528 pages
19h 57m
English
A JMS messaging application consists of the following components.
JMS Provider
The JMS provider communicates with the JMS applications and provides the infrastructure for processing messages. WebLogic Server is the JMS provider in our case.
Administered Objects
These are objects created by an administrator, and there are two types: destination and connection factory. The destination objects contain the configuration information that's provided by the JMS provider, in this case the Oracle WebLogic Server. Clients use the destination object to specify the destination for sending and receiving messages. JMS messages can follow one of two different message models. The point-to-point (PTP) message model supports ...
Read now
Unlock full access