IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Disabling Flat File Polling Ports Programmatically

  • 1.  Disabling Flat File Polling Ports Programmatically

    Posted Sun October 16, 2005 03:44 PM

    Hi Is there a way, one can disable/enable the flat file ports? I’ve a requirement where I need to disable at 10.00 pm every day for maintenance. I want to schedule this task. I would like to know if enabling and disabling of flat file ports can be done through a Java/Flow Service.

    Thanks in Adv
    Sudheer


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: Disabling Flat File Polling Ports Programmatically

    Posted Mon October 17, 2005 11:44 PM

    You can use the following to enable/disable ports:
    WmRoot/wm.server.net.listeners:enableListener
    WmRoot/wm.server.net.listeners:disableListener

    Check WmRoot/wm.server.net.listeners:listListeners to see the input/output format that is required.

    Obviously, you should be aware that these internal APIs are not supported, and can therefore change without notice.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services