using Activemq's custom Spring namespace
Activemq uses a custom Spring namespace to aid deployment, unfortunately IntelliJ doesn't seem to support this extension and the Spring inspector fails in both IntelliJ and Teamcity.
http://activemq.apache.org/spring-support.html
Is there a way in IntelliJ to use a custom Spring namespaces?
Please sign in to leave a comment.
Never mind I figured it out. In the Project Settings->Modules->Spring->Options the http://activemq.apache.org/schema/core namespace needs to have the 'Specify which custom namespaces should be validated" should be enabled for the problematic namespace. Then IntelliJ Spring inspections work.