I have the latest version of STS and the latest version of the JDK from the Apple Developers web site.
When trying to use the Spring Jms Template I am getting:
The type javax.jms.Destination cannot be resolved. It is indirectly referenced from required .class files
So within my IDE javax.jms does not resolve. I do not know where I am supposed to get this interface, or if it is supposed to be included already? Either way I installed javaee-api-6.0.jar into my maven repositor which includes the interface. So now if I type at the top of a class 'import javax.jms.Destination' the autocomplete now works... but I am still receiving exactly the same error. I am completely confused by this.