@MessageDriven(name = "ExampleMdb", activationConfig = { @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"), @ActivationConfigProperty(propertyName = "destination", propertyValue = "java:jboss/aabbcc"), @ActivationConfigProperty(propertyName = "useJNDI", propertyValue = "true"), @ActivationConfigProperty(propertyName = "connectionFactoryJndiName", propertyValue = "java:jboss/xxyyzz") }) public class TraitementSWIFT implements MessageListener, MessageDrivenBean {