return;
}
// Note that for Qpid 0.20 the "qpid.msg_sequence=1" and "qpid.ive=1" properties are
// not suppored, indeed no exchange properties seem to be supported yet.
vhost.createExchange(nameParser.getExchangeName(), State.ACTIVE, durable,
LifetimePolicy.PERMANENT, 0l, exchangeType, properties);
if (alternateExchange != null)
{
// TODO set Alternate Exchange. There doesn't seem to be a way to do this yet!!!
}