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
In addition to the answers already provided, if you are using Maven you can add the following dependency (available from Maven2 Central repo):
javax.jms jms