I'm interested in loading a custom JMS connectionfactory object into
servicemix. My standard connection factory bean looks like so:
<bean id="connectionFactory"
class="org.apache.activemq.ActiveMQConnectionFactory">
<property name="brokerURL" value="tcp://localhost:61616" />
</bean
If i change "class" to reference my custom JMS object, maven throws a
ClassNotFoundException.
So far I've unsuccessfully tried creating a <classpath></classpath> entry in
my JMS xbean.xml. Also I tried adding my JAR file to servicemix/lib and
servicemix/lib/optional. Is there something else that might do the trick?
Cheers,
- Casey
--
View this message in context:
http://www.nabble.com/How-to-Load-a-Custom-JMS-ConnectionFactory-tp16345402s12049p16345402.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.