![]() |
The WebSphere Embedded JMS Provider software is a separate (optional) download from the Application Server 5.0 Trial software. Be sure to download and install it along with the Application Server.
|
Launch the Samples Gallery from the Windows Start menu.
The publish and subscribe sample consists of an application client that publishes a message on one of three topics and an MDB that is listening on a fourth, wildcard topic, that receives messages published on any of the first three. The MDB prints the message it receives to the standard output.
The page that is displayed contains the information that is needed to setup the embedded JMS provider for this sample (described next).
your server
>->Resources->WebSphere JMS Provider.your server
>->Servers->Application Servers.
Initial State |
Started
|
Connection Factory JNDI name |
Sample/JMS/TCF
|
Destination JNDI name |
Sample/JMS/listen
|
The point-to-point sample consists of an application client that sends a message to a queue and an MDB that is configured to be triggered by messages on that queue. The MDB takes the message it receives and sends it to a second queue where the client receives it back and compares it to the original message it sent.
The page that is displayed contains the information that is needed to setup the embedded JMS provider for this sample (described next).
<
your server
>
->Resources->WebSphere JMS Provider.your server
>->Servers->Application Servers.
Initial State |
Started
|
Connection Factory JNDI name |
Sample/JMS/QCF
|
Destination JNDI name |
Sample/JMS/Q1
|
TIBCO Enterprise Message Service™ Application Integration Guide Software Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |