I got a solution from the activemq forum. Had to use the full path for the class
Type: Posts; User: rbrush; Keyword(s):
I got a solution from the activemq forum. Had to use the full path for the class
MyFile.xml resides in my own jar (test.jar) - run.jar is the activemq broker. I know my jar is in the initial classpath, else it wouldn't start at all.
The classpath was a bit of typo - this is...
I'm new to Spring and I've been assigned the task of incorporating an application (which isn't a true bean - which may be part of my problem) to use activemq.
Using:
<bean id="myApp"...