MDB消息驱动注释报错都是防辐射地方

@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