IBM QRadar SOAR

IBM QRadar SOAR

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

 View Only
  • 1.  Message Destinations for an App

    Posted Tue January 11, 2022 10:11 AM
    Hello,

    I realized I don't have an understanding on the best practice for how message destinations should be defined for an app.

    Should I be creating a separate message destination for each function within an app? Or is it better to create one message destination for all of the functions within an app?

    Are there any pros/cons to either design?

    Thanks!

    ------------------------------
    Liam Mahoney
    ------------------------------


  • 2.  RE: Message Destinations for an App

    Posted Wed January 12, 2022 07:33 AM
    I think if you can afford one queue per function, it's more flexible and you'll get better performance.
     
    However, a single queue is easier to manage and maintain.
     
    My 2 c
     
    []
    Leonardo Kenji Shikida
    Security Delivery Specialist
     
    Phone: 55 31 99994 0875







  • 3.  RE: Message Destinations for an App

    Posted Thu January 13, 2022 07:50 AM
    Hi Liam,

    We develop our apps using one message destination per app. This provides better continuity and ease in troubleshooting. Using a single destination per function doesn't improve performance, as the multi-processing capability of resilient-circuits will dispatch functions equally well when messages are on the same message destination or separate ones.

    Regards,
    Mark

    ------------------------------
    Mark Scherfling
    ------------------------------



  • 4.  RE: Message Destinations for an App

    Posted Thu January 13, 2022 05:00 PM
    Thank you both for your replies! ​

    ------------------------------
    Liam Mahoney
    ------------------------------