Changing Activation Config of Topic reading MDB at deploy time
问题 I feel this should be easy. Just RTM and go. But I can't find the info I need. Q: Can I change the value of an @ActivationConfigProperty at deploy time without having to write any XML? More detail I have an MDB which is using the @MessageDriven annotation. Within this are a number of @ActivationConfigProperty annotations configuring it. @MessageDriven(mappedName = "jms/TestJeremyTopic ", activationConfig = { @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto