Page 1 of 1

Message Filtering

PostPosted: Wed Feb 23, 2011 4:59 pm
by ABiradar
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.

Re: Message Filtering

PostPosted: Thu Feb 24, 2011 8:32 am
by dick scherrer
Hello,

Suggest you consider 4 queues and save all of the complexity. . .