assertEvent(2, Event.PERSISTENT_MESSAGE_SIZE_UNDERFULL);
}
protected EnqueableMessage addMessage(long id)
{
MessagePublishInfo pubInfoBody = new MessagePublishInfoImpl(new AMQShortString(getName()), false, false,
new AMQShortString(getName()));
BasicContentHeaderProperties props = new BasicContentHeaderProperties();
props.setDeliveryMode(Integer.valueOf(BasicContentHeaderProperties.PERSISTENT).byteValue());
props.setContentType(getTestName());