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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Disabling Flat File Polling Ports Programmatically

    Posted 10/16/05 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 10/17/05 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