@MessageDriven(activationConfig = {
@ActivationConfigProperty(propertyName = "destinationType",propertyValue = "javax.jms.Queue"),
@ActivationConfigProperty(propertyName = "destination", propertyValue = "queue/myqueue") })
public class MyQueueMDBBean implements MessageListener {
显示的错误:1.ActivationConfigProperty cannot be resolved to a type
2.The attribute propertyName is undefined for the annotation type ActivationConfigProperty