Hi (again)…
As i didn’t get any answer, i tried some things around the “duplicate documents” errors i got…
And i found the answer (for my problem, at least), so i note here the resolution/workaround, in case it could help somebody in the future (and i will then upgrade my IS to the latest fixes, before writing a SR).
So, here it is :
In order to bench the Join done by the PRT in the IS, comparating it to some others solutions we have, i used to use a publisher that was doing a “MultipleShot Publishing” (in fact a big word for “myBrokerClient.publish(eventsArray)”) and my array used to contains the 4 documents that were doing the join.
But when PRT receipt them, it used to fing that some of them are duplication of the others (identical error messages as above).
So my “JOIN” was NOK, because only 1 or 2 of the 4 documents were accepted.
Now, I’m doing the following, and i don’t have “duplicate messages” anymore.
for event in eventsArray
myBrokerClient.publish(event)
I hope this message will help some of you.
Feel free to /msg me.
Jean-Marc LE TOUX
#webMethods-General#webMethods#Integration-Server-and-ESB