Andy Taylor wrote:
P.S Jaikirin is looking in the ejb3 code to see where these defaults are set as this would need changing too
I looked at the EJB3 code. The provider specific activation config properties (like dlqMaxResent) are set only if the user configuring the MDB with those properties. Without those properties, EJB3 does not invoked the corresponding method on the activation spec. And from what I tested, I don't see those methods on HornetQActivationSpec being called, unless someone explicitly sets these properties.