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

 View Only
  • 1.  Processing Large Message Sizes with Topics

    Posted 3 days ago

    We have several message sizes being pushed to UM Topics (Small, Medium, Large). Small and medium process OK, but the JMS Topics processing for large message slows down the Integration Server and pushes the IS to a hung state. Could moving to UM Queues from UM Topic resolve the large 5-10MB message processing issues? Please advise.



    ------------------------------
    AAMIR AHMED
    ------------------------------


  • 2.  RE: Processing Large Message Sizes with Topics

    Posted 3 days ago

    Hi Aamir,

    UM can easily deal also with large messages as long as you configure your "MaxBufferSize" properly. Default is 20MB.
    https://www.ibm.com/docs/en/webmethods-integration/wm-universal-messaging/11.1.0?topic=administration-realm-configuration
    The question is about your problem with the "hung state" this is very unusual.  It might help to set the UM Client logger to TRACE as
    well as check the UM Logs to see what is blocking.  Assuming you are active customers providing the logs as part of an support case
    raised should help you quickly. 




    ------------------------------
    Holm Steinland
    IBM
    Ehningen
    ------------------------------



  • 3.  RE: Processing Large Message Sizes with Topics

    Posted 2 days ago

    How many subscribers do you have for this Topic? Are there any joins on the trigger on the subscription side? If yes, see if you can test without the joins...I have seen these joins cause performance issues in the past. You also might want to look in to the trigger service processing these events for any performance issues. There might be a hold up of threads on the subscription side on the IS.



    ------------------------------
    Akshith Arremreddy
    ------------------------------