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.  Regarding MQ message flow in Datapower

    Posted 09/14/20 01:03 PM

    Hi,

    Please help with this on priority

    I have query regarding message flow from one datapower (receiving a msg from queue) sending to another datapower (connectivity present) that is putting the message to MQ, how this can be achieved please, is this feasible ?



    #DataPower
    #Support
    #SupportMigration


  • 2.  RE: Regarding MQ message flow in Datapower

    Posted 09/15/20 10:23 AM

    Well, what piece of the setup are you asking about in particular? Are you running into a specific error that one may assist with?

    In general,

    • On DataPower A you'll have a MQ FSH that pulls from a Get-Queue and is associated with e.g. a MPGW service that grabs the message payload and uses the MQ header information to make the routing to "backend" DataPower B. You can use GatewayScript or XSLT transform actions to accomodate all that.
    • For simplicity I would connect via HTTPS from DataPower A to B. If your DataPower instances are not separate zones it could be even just two locally chained services using same approach.
    • On DataPower B you'll have the matching HTTPS FSH associated with e.g. a MPGW service that grabs the message payload and uses the HTTP header information to make the routing to backend MQ Put-Queue using static backend or by settic routing-url. You can use GatewayScript or XSLT transform actions to accomodate all that.


    #DataPower
    #Support
    #SupportMigration