I'm using seda in my project and pre-2.9.0 I used to check the queue size
using queueSize() via JMX.
After the upgrade to 2.9.0, queueSize gives an exception saying that it's
missing the method (camelId does the same but I don't use that one).

The strange thing is that the code for 2.9.0 doesn't even show this method
anymore (seems to have been replaced by getCurrentQueueSize). Why is it
still registering and showing up in JMX then?

I thought it was because of a mixed version of camel getting included
because of the upgrade to 2.9.0 but that's also unlikely as the
getCurrentQueueSize *also* appears in JMX.
Also we tested with a 2.9.0 only freshly created camel project and it's the
same thing. :P

This isn't really a huge deal but it's confusing.

Reply via email to