Affects Version(s): 5.1.0
Bug report
If a service activator has methods named "start", "stop" or "isRunning", these cannot be automatically discovered by SI. The activating method must be specified explicitly.
Target object of type [...] has no eligible methods for handling Messages.
This happens due to these methods being filtered in MessagingMethodInvokerHelper.java#L827