for (int i = 0; i < numberOfMessages; i++)
{
_producer.send(_session.createMessage());
}
new ParticipantExecutor(consumerParticipant).start(_client);
ParticipantResult results = _controllerQueue.getNext();
assertNotNull("No results message recieved", results);
Session testQueueConsumerSession = _connection.createSession(false, Session.AUTO_ACKNOWLEDGE);