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 it is a maven project, add the following dependency to your pom.xml and it should start working as expected.
javax.jms jms 1.1