jbi = new JBIContainer();
jbi.setEmbedded(true);
jbi.init();
jbi.start();
wsnComponent = new WSNComponent();
wsnComponent.setConnectionFactory(new ActiveMQConnectionFactory("vm://localhost"));
ActivationSpec as = new ActivationSpec();
as.setComponentName("servicemix-wsn2005");
as.setComponent(wsnComponent);
jbi.activateComponent(as);