Can anyone post simple ActiveMQ + Spring complete project?
Found something there examp...pring-jms.html but sample project not complete with main.
I don't know what jar file to include, etc...
I try running example, but I get error. I think SPring missing activeMQ jars, but don't know which one:
org..beans.factory.parsing.BeanDefi nitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [schema/core]
Offending resource: class path resource [beans.xml]
I set this up about a month ago in 2 spring projects - both a producer and a consumer running on JBoss 4.2.3.GA.
For the consumer application was running on a seperate JBoss instance and I only needed to include the activemq-all-5.2.0.jar file.
Please note I did not use the activemq namespaces. For that it may require more external libraries - xbeans for example.
Best I could find is:
repos/asf/act...tivemq/spring/
Hi,
I'm looking for the same example as well. With asynchronous messaging.
Have you found any examples yet? Could you please share
Thanks,
U can try out with the sample program shipped with Spring Integration download. All u need is the activemq jar if u are using Active MQ as the JMS provider. I tried with the samples along with the Apache Active MQ 5.3.2 and they are working perfectly on which u can extend for ur requirement. The jar activemq-all-5.3.2.jar gets downloaded when u download the mq server. |