throw new Exception("received request message: " + id);
}
*/
//uncomment to actually run test
for (int i = 0; i < totalShip * msgsPerShip; i++) {
Integer id = jmsSender.receiveMessage();
if (id == null) {
throw new Exception("did not receive message: " + i);
// System.out.println("Did not receive message: " + i);
// Thread.sleep(10000);
}