}
producer.send(sentMessage, deliveryMode, priority, ttl);
}
catch (final JMSException jmse)
{
throw new DistributedTestException("Unable to create and send message with producer: " +
command.getParticipantName() + " on session: " + command.getSessionName(), jmse);
}
return sentMessage;
}