Hi! The old system was using servicemix3.2.3 and jbi. Spring DSL looks up the folder.If there are xml files, JavaBean analyzes the file and sends message by Jbi.
Just like: InOnly exchange = getExchangeFactory().createInOnlyExchange(); NormalizedMessage message = exchange.createMessage(); ...... exchange.setInMessage(message); DeliveryChannel channel = getDeliveryChannel(); if (channel != null) channel.sendSync(exchange); The old one uses the following jars. servicemix-components-3.2.3.jar servicemix-audit-3.2.3.jar servicemix-core-3.2.3.jar servicemix-jbi-3.2.3.jar Now i want to upgrade the old system to servicemix4.5.1,and use camel as rooter. But the servicemix4.5.1 doesn't have these jars.So i don't know how to use camel-jbi to upgrade the old source. Could you give me some help or advice? Thank you very much! -- View this message in context: http://servicemix.396122.n5.nabble.com/servicemix3-2-3-upgrade-to-servicemix4-5-1-tp5717318.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
