App Connect

App Connect

Join this online user 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.


#Applicationintegration
#App Connect
#AppConnect
#Integration
#Automation
 View Only
  • 1.  Accept a huge bulk data in iib message flow

    Posted 02/17/20 05:45 PM
    I have a requirement  to accept soap message contains 800 thousand object then parse the message to xml and put the message in queue, then I should validate each object with some validations.

    How I should handle this case.

    ------------------------------
    Ahmad Samara
    ------------------------------


  • 2.  RE: Accept a huge bulk data in iib message flow

    Posted 02/18/20 03:57 AM
    Is it an option to built a message flow that splits the big SOAP message into smaller chunks.
    And process each object in its own flow?

    ------------------------------
    Matthias Jungbauer
    ------------------------------



  • 3.  RE: Accept a huge bulk data in iib message flow

    Posted 02/19/20 03:32 AM
    Yes, if the flows will run simultaneously.

    Note that I need to return a response after complete all validation.

    ------------------------------
    Ahmad Samara
    ------------------------------



  • 4.  RE: Accept a huge bulk data in iib message flow

    Posted 02/19/20 04:27 AM
    IBM also compiled some inspiration for you: Handling large input messages
    https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.scenarios.doc/gop_03/topics/bj60043_.htm

    ------------------------------
    Matthias Jungbauer
    ------------------------------