I have configured MQ Front side handler and trying to put message in backout queue dynamically using XSLT in Datapower. I have added this stylesheet in Error rule. In my XSL I have written as below for routing:
<dp:url-open target="{$BackoutQ"} http-headers="$headers response="responsecode-ignore" timeout="10" data-type="xml"> <xsl:copy-of select="dp:request-header(MQMD')"/> </dp:url-open>
in request queue I have put message "BackoutTest". It's reaching to the backout Queue but there's no payload in it. How to inject backout count header dynamically and put the payload in backout Queue ?
On the MQ queue manager object you can configure automatic backout, so I don't see why you are trying to do it manually.
Point 5/b from the link below:
DataPower documentation