have someone a example to implement the communication between OSGi/Equinox
and JMS/ActiveMQ?
I've already imported the package org.eclipse.ecf.provider.jms and
activemq and found in the plug-in list the libaries for activemq
(activemq3.1M5) but my example doesn't found the libs nor can these import.
----
ActiveMQQueue queue = new ActiveMQQueue("Queue Test");
ActiveMQConnectionFactory factory = new
ActiveMQConnectionFactory("tcp://localhost:61616");