144 WCTME: Application Development and Case Study
The test bundle and any bundles it requires are installed into the runtime and the
bundles are started. The output of the test bundle displays in the SMF runtime’s
console.
Review the output of the tester program in the console and verify that the tester
bundles were able to access the messaging service in stand-alone mode.
5.4 Creating the MQe Server
The MQe server (Transponder) is the server side of the MQe messaging system.
In a real application, it would look up the slot number for the customer. In our
application, it generates a random slot number.
The server receives the messages from the client. The message includes the
contract ID as well as the return address information. It builds a message and
sends it to the remote queue. The message resides on the store and forward
queue until the client retrieves it.
1. Make sure you are on the Package Explorer tab. Select File → New →
Project → Java → Java Project. Click Next. See Figure 5-6 on page 145.