getConfiguredObject().createExchange(name, State.ACTIVE, durable,
LifetimePolicy.PERMANENT, 0l, type, Collections.EMPTY_MAP);
}
catch (IllegalArgumentException iae)
{
JMException jme = new JMException(iae.toString());
throw new MBeanException(jme, "Error in creating exchange " + name);
}
}