MDB set ActivationConfig dynamically
I have the following MDB configuration @MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Topic"), @ActivationConfigProperty(propertyName = "destinationJndiName", propertyValue = "jms/test/log"), @ActivationConfigProperty(propertyName= "destination", propertyValue="jms_test_log"), @ActivationConfigProperty(propertyName="acknowledgeMode", propertyValue="Auto-acknowledge"), @ActivationConfigProperty(propertyName="addressList", propertyValue="mq://test.server.co.uk:7676"), @ActivationConfigProperty(propertyName = "maxSession"