java - Spring and JMS Integration Configuration file error -
I keep this error when I try to integrate Spring Jms in my existing project. It's driving me over the wall and I'm not completely sure how to fix it because I'm new to Spring.
The prefix "jms" is not screwed for the "jms: listener-container" element. The code in question is,
& lt; Jms: listener-container Container-type = "default" connection-factory = "connectionFactory" = "auto" & gt; & Lt; JMS: listeners destination = "testquui" riff = "simple message listener" method = "on message" /> & Lt; / Jms: listener-container & gt; I am pretty sure what he has to do with jms: name space but I do not know how to fix it as my program was complaining about P: Nameshot So make me change it to property name = "some value" context = "some reference"
make sure that You have jms in your reference file name:
See for details.
Comments
Post a Comment