So I have verified that I am now dependent on spring-amqp.1.0.0.RC2 rather than the snapshot. However I am still experiencing the same issue.
For the inbound channel adapter
queue-names gets a validation error in the ide, but works upon runtime (app works as expected)
queue-name passes validation in ide but fails at runtime. queue-name seems correct in the doc.
xmlns:amqp="http://www.springframework.org/schema/integration/amqp"
my schema location:
http://www.springframework.org/schema/integration/amqp
http://www.springframework.org/schem...n-amqp-2.0.xsd
I know this is something that I am doing wrong.


Reply With Quote
