February 2002
Beginner to intermediate
544 pages
10h 23m
English
The first and simplest application contains the following components:
An application client that sends several messages to a queue
A message-driven bean that asynchronously receives and processes the messages
Figure 7.1 illustrates the structure of this application.

The application client sends messages to the queue, which is created administratively, using the j2eeadmin command. The JMS provider—in this case, the J2EE server—delivers the messages to the message-driven bean instances, which then process the messages.
Writing ...
Read now
Unlock full access