Jaime Viz�n Gonz�lez wrote:
>> So you need a mux that looks to the header content for matching?
> Yes, it is.
>> Perhaps you could extend mux to include the code to match on header
>> content, so you can continue using a mux?
> I promise to study this solution, but I will take a long time to do this. isn't there other solution?
You can go without a mux - if you want to.
But, as Victor kindly indicates, you need only to extend QMUX.java and
override the getKey(ISOMsg) method to combine the data from the header
with the super.getKey(ISOMsg) result to form the key that the mux will
match using.
I'm poor at estimating others effort, but I would think this should take
you no more than 5 minutes, as long as you know the header data you need
to match with, and you have the source to hand?
--
Mark