int id = reply.getIntProperty("UNIQUE_ID");
log.debug("id=" + id);
assertTrue("onMessage reply.id = 123456789", id == 123456789);
// Get the initial timer reply
reply = receiver.receive(30000);
log.info("ejbTimeout reply: " + reply);
assertTrue("ejbTimeout reply != null", reply != null);
if (log.isDebugEnabled())
{