cancel
Showing results for 
Search instead for 
Did you mean: 

EOIO for multiple AE interfaces

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

sender channel determines the EOIO queue.

Put the same queue name to all sender channels, that is fine.

But make sure that only related messages types are in same queue, as EOIO handling is a bottleneck.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I only just now saw the answer,but that is in fact what we implemented and works like a charm. Much easier than I thought it would be.

Thanks

Tom