Re: How to properly remove a routeConfiguration

2023-10-07 Thread ski n
> > "Route configuration already exists with id: 1234" > > > > The remove probably didn't work. There are no other routes using this > > configuration. > > > > How to properly remove the routeConfiguration? > > > > Note: I use Camel 3.20.7

Re: How to properly remove a routeConfiguration

2023-10-07 Thread Claus Ibsen
already exists with id: 1234" > > The remove probably didn't work. There are no other routes using this > configuration. > > How to properly remove the routeConfiguration? > > Note: I use Camel 3.20.7 > Note 2: When I do > > context.getRoutesSi

How to properly remove a routeConfiguration

2023-10-03 Thread ski n
1234" The remove probably didn't work. There are no other routes using this configuration. How to properly remove the routeConfiguration? Note: I use Camel 3.20.7 Note 2: When I do context.getRoutesSize(); Before removal I get 1 and after removal I get 0. Note 3: On the CamelContex