Results 1 to 1 of 1

Thread: Unregistering FileSource keeps listening until bus reset!

  1. #1
    Join Date
    Sep 2008
    Posts
    14

    Exclamation Unregistered FileSource keeps listening until bus reset!

    Hi Folks

    I've tried to unregister an InboundChannelAdapter with a FileSource as input.

    Code:
    bus.unregisterEndpoint("test");
    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.stop(); 
    bus.start();
    Is this expected behaviour?

    Cheers!
    Last edited by qmx; Sep 9th, 2008 at 04:03 PM. Reason: misleading title

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •