*
* @throws JBIException
*/
public void init() throws JBIException {
if (initialized.compareAndSet(false, true)) {
jmsFlow = new JMSFlow();
jmsFlow.setJmsURL(uri);
container.setFlow(jmsFlow);
container.setEmbedded(true);
container.setUseMBeanServer(false);
container.setCreateMBeanServer(false);