Github user franz1981 commented on the issue:
https://github.com/apache/activemq-artemis/pull/1596
@clebertsuconic It is not following the [principle of least
astonishment](https://en.wikipedia.org/wiki/Principle_of_least_astonishment)
from the API (and doc) perspective: if you remove the `getInitialDelay`probably
you could use safetly that change, but considering that all the other
properties are exposed, probably it is not the right choice.
That's my 2 cents on it: I'm happy anyway that the functionality isn't
broken (for my usage I mean) :+1:
---