Compilation error In RAD 8.5 - JMS Message Producer client to post message to websphere Queue
问题 I am trying to write a java client which posts a message to a Queue.I am using Java 7 and RAD 8.5. RAD is complaining that some classes cannot be resolved.Please help me fix it. import javax.jms.Connection; import javax.jms.Destination; import javax.jms.JMSException; import javax.jms.MessageProducer; import javax.jms.Session; import javax.jms.TextMessage; import javax.naming.Context; import javax.naming.NamingException; import javax.naming.directory.InitialDirContext; import com.ibm.msg