MessageDriven messageDriven
= getEJBClassWrapper().getAnnotation(MessageDriven.class);
if (messageDriven != null) {
ActivationConfigProperty []activationConfig
= messageDriven.activationConfig();
if (activationConfig != null) {
for (ActivationConfigProperty prop : activationConfig) {
addActivationConfigProperty(prop.propertyName(),
prop.propertyValue());