Active MQ JMS
Hi, I am trying to configure ActiveMQ message broker as JMS adapter in one of my bpel process, but failing to do so.
I tried to put all jars related to activemq (activemq-rar-5.5.0) in <SOA_dir>/users_projects/domains/<domain_name>/lib.
But web logic server failed to start giving an error related to java.lang.NoClassDefFoundError: org/osgi/framework/BundleActivator.
I can see org.osgi.core-4.1.0.jar in the activemq jars I provided.
Could anyone suggest how to rectify this error and procedure to configure active mq as JMS adapter.
Thanks
Shiva