Iam trying to implement JMS using eclipse.But when I tried to save the code, it showed that javax.jms.* cannot be resolved and there are no suggestions
javax.jms.* cannot be resolved
no suggestions
If you want to resolve this issue using maven, then the correct maven dependency, available in maven repository, is the following:
javax.jms jms-api 1.1-rev-1
See post: The following artifacts could not be resolved: javax.jms:jms:jar:1.1