As an example in the prior version the getDescription() method would return
something like:

EventDrivenConsumerRoute[Endpoint[file://C:/JMS/gangplank/work/guard_ACK/?delay=1000&delete=true&filter=%23partialFilter&moveFailed=.error&readLock=none]
-> Pipeline[[Channel[convertBodyTo[byte[]]], Channel[RecipientList[Simple:
http://0.0.0.0:80/ackStarguard/${file:onlyname}?proxyHost=0.0.0.0&proxyPort=80]]]
]]

In version 2.15.x it just returns null.

How can I fix this?

-Dave



On Mon, May 16, 2016 at 3:29 PM, David Hoffer <dhoff...@gmail.com> wrote:

> I'm upgrading an app from Camel 2.13.2 to 2.15.6 that uses Camel's JMX
> support.  Specifically we query for the various routes and leverage several
> of the operations.  The problem is the getDescription() operation now
> always returns null.  I have tried several of the 2.15.x versions and they
> all return null.  I think there are other operations returning null as well
> but this is the one that is breaking my application.
>
> Is this a known bug in the 2.15.x release?  Is there a workaround?  In
> what version(s) was this fixed?
>
> -Dave
>

Reply via email to