In your read from the queue flow have you tried using a router with condition expression matching the message type (//MESTYP= 'ZMATMAS') and posting to the corresponding ECC address.
I have and this is working for one of my scenerios. But I have another scenerio where we receive a <ns1:ZINVOICE xmlns:ns1="urn:sap-com:document:sap:rfc:functions"> and a <ns1:ZVOUCHER xmlns:ns1="urn:sap-com:document:sap:rfc:functions">. Since there is a limit on the number of JMS queues allowed, I would like to group some of them up and then use a Router to send the to correct On-Premise Receiver end point. I'm new to all of this, so maybe the answer is obvious to all but me :)
Add comment