Reputation: 31
I need to use an MDB to fetch two kinds of messages of the same queue, one in Groups and the other NOT in groups.
I can successfully pick up grouped messages using JMS_IBM_Last_Msg_In_Group=true
, and I now need the second MDB to fetch NON GROUPED messages ONLY but cant seem to find a way to do this.
Any ideas?
Upvotes: 0
Views: 357