Hi,
I have an Shared MQ bieng read by 4 Programs. Say PROG1, PROG2, PROG3 and PROG4.
Their are 4 different Programs which put Messages on this que Say PUT1, PUT2, PUT3 and PUT4. All will have a different message Header.
Say Put1 puts message with Header MQPUT1 and PUT2 with MQPUT2 and so on......,
I want design my application such that PROG1 reads messages put by PUT1 only and PROG2 put by PUT2 only.
Can I filter the messages based on the header.
Thanks in Advance
Anand.