Hi Folks
I've tried to unregister an InboundChannelAdapter with a FileSource as input.
The message bus shows that the InboundChannelAdapter was removed / unregistered (bus.getEndpointNames()), but the file source is still polling the path! I've workarounded it with:Code:bus.unregisterEndpoint("test");
Is this expected behaviour?Code:bus.stop(); bus.start();
Cheers!



Reply With Quote
