Chapter 5 Integrating With WebLogic Server 10.0 : Running the Example MDB Client

Running the Example MDB Client
In the window used to rebuild and redeploy the Example MDB, enter:
> ant run
To verify that the MDB is running, open the TIBCO EMS Administration Tool and issue the command:
> show topic quotes
The consumer count should be 1.
To show that TIBCO Enterprise Message Service is driving the MDB, you can start another command prompt window and run the TIBCO Enterprise Message Service tibjmsTopicSubscriber sample as follows:
> java tibjmsTopicSubscriber -topic quotes
When you run the example MDB client, you should see that the tibjmsTopicSubscriber program receives the messages published by the example MDB client, along with the WebLogic Server.