Hi,
We have a requirement where we need to process interfaced flat files coming from several separate sender JMS channels in exactly the sequence that they come in.
What we do not want is that intrfaces overtake each other because they were processed with priority or because of the file size they get assigned different rfc queues in XI.
It is sort of an EOIO but then over multiple different interfaces.
All the problem we have now lie in the fact that it is not entirely which inbound and outbound rfc queues are used so at the end the sequence of the interfaces is uncertain.
Is it possible to create and use a single rfc queue (both inbound and outbound) for this situation? Would I use the JMS messaage selector value for this?
I just need a general solution direction, I can find the details out myself.
What is the best (most reliable) way to do this?
Thanks a lot!
Tom