DataPower

DataPower

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.  B2B MQ -> SFTP. Limit number of connections for specific backends

    Posted Mon August 22, 2022 03:39 AM
    Hi,

    In a B2B MQ->SFTP setup where specific SFTP servers have a low limit of allowed connections - what are my options to handle this?

    Currently the B2B service is using a common input queue and routes the messages/files to different SFTP servers as defined in the destination for respective receiver partner profile.

    - Can I use SLM Policy/action to shape (queue) transactions bound for a specific partner profile (or destination)? If so how do I achieve this?
    - Do I have to use dedicated input MQ queues and specific Datapower QMGR objects with matching "Total Connection Limit" for these SFTP backends?

    Regards,
    Rikard

    ------------------------------
    Rikard Almroth
    ------------------------------


  • 2.  RE: B2B MQ -> SFTP. Limit number of connections for specific backends

    Posted Tue August 23, 2022 07:17 AM
    Hi I would recomend #2 - for #1 it is not a good idea to pull those mq messages into datapower and shape them, hey will just sit in memory and consume resources and potentialy could be lost if the internal shaping backlog got to big; better to let them sit on the mq q until they can be processed to the backend.

    #2 would work. with a dedicated mq q and a connection limit from datapower to that qm then you can assure that the number of backend connections to the sftp would never exceed that limit set.
    ​​​

    ------------------------------
    Matthias Siebler
    MA
    ------------------------------



  • 3.  RE: B2B MQ -> SFTP. Limit number of connections for specific backends

    Posted Thu August 25, 2022 05:55 AM
    Hi,
    Yes I will probably go for that solution.
    Thanks for the reply.
    /rikard

    ------------------------------
    Rikard Almroth
    ------------------------------