Hello Ravi! I assume you use Apache Camel as your integration framework? The link [1] points to a sample project which use Oracle AQ. Here you can check which dependencies you need. Note, the Oracle dependencies are not available in Maven central. So you have to install it into your own Maven repo. Because the Oracle artifacts are not OSGI ready (simple jar files instead OSGI bundles), you have to use the wrap protocol to install it into Karaf/ServiceMix [2]. Or create your own OSGI bundle from these artifacts, but this is more complex to explain it here... [3] also shows how the Oracle AQ configuration looks like.
[1] https://github.com/dasniko/public/tree/master/de.nk.camel [2] http://karaf.apache.org/manual/2.2.9/users-guide/deployer.html [3] http://activemq.apache.org/jms-bridge-with-oracle-aq.html Hope this will help... Best, Christian On Wed, Dec 12, 2012 at 10:50 PM, Ravi <[email protected]> wrote: > Hi, > I am new to ServiceMix and trying to integrate Oracle AQ with ServiceMix. > Can someone please advise which one of the features required to be > installed > from Karaf command prompt and point me to the necessary > documentation/steps > to be used. I am trying to create a blueprint and copy to the deploy > directory of ServiceMix. > > Regards, > Ravi > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/Integrating-ServiceMIx-4-4-2-with-Oracle-AQ-tp5715247.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > --
