MDBでゴー。 import javax.ejb.ActivationConfigProperty; import javax.ejb.MessageDriven; import javax.mail.Message; import javax.mail.MessagingException; import org.jboss.annotation.ejb.ResourceAdapter; import org.jboss.resource.adapter.mail.inflow.MailListener; @MessageDriven(activationConfig={ @ActivationConfigProperty(propertyName="mailServer", propertyValue="server"), @ActivationConfigProperty(prope