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
  • 1.  Avoid service hits during downtime period

    Posted Tue January 13, 2009 03:46 PM

    I want to avoid hits for a service during downtime period without doing code level design changes,Is it possible to implement that?
    There are two ways one is removing ACL for the service,tht i don’t want to do because i want to make it automated,Second is disabling code for that downtime period,That also i don’t want to do as it includes design level change.
    Kindly suggest.


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


  • 2.  RE: Avoid service hits during downtime period

    Posted Tue January 13, 2009 04:49 PM

    Couple of ideas:

    1. If you have designated user for interface then disabling this user is an option,
    2. Closing port of interface,
    3. If there is async architecture with pub/sub you can disable triggers and queue messages for later processing.

    Rgds


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


  • 3.  RE: Avoid service hits during downtime period

    Posted Tue January 13, 2009 07:01 PM

    Second option sounds good, we can close port intself for any request coming to WM.
    Thanks a ton for the reply.


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


  • 4.  RE: Avoid service hits during downtime period

    Posted Tue January 13, 2009 07:58 PM

    Keep in mind that IS will not let you disable the primary port.

    Make the administrative port the primary port, then you can stop integration traffic but still have access to do admin work–like turn ports back on.


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


  • 5.  RE: Avoid service hits during downtime period

    Posted Wed January 14, 2009 11:17 AM

    It is also good practice to allocate different port, user, ACL for each interface, so you can manage and audit traffic a lot easier.


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