Chapter 12. Extended messaging 363
12.4 Unit test
In this section, we will test the Sender bean component independently from the
process where we are going to use this component later.
12.4.1 Creating and configuring a server
Create a new Integration Test Environment with the name EMS_unitTest, then
add the EMS_loggingQueueEAR project to the configured projects list. If you
need detailed steps for this task, refer to “Integration Server V5.1 test
environment setup” on page 563.
Before the code can be executed on the server, some configuration needs to be
peformed.
1. Switch to the Server perspective, then double-click the EMS_unitTest server
in the Server Configuration view to open the server configuration editor.
2. Select the JMS tab and ope ...