Sounds to me like "Message Groups" may be what you're looking for.
http://activemq.apache.org/message-groups.html Joe Terry K wrote: > > I cannot find enough documentation on message selectors but have many > questions. > > Message selectors are more like fliters right? If so, what is the > underlying selection policy of the broker? Age, priority, moon phases? > > I want batch select messages belonging to some logical group, i.e. some id > where one of the messages is a very high priority. Put another way, i want > to pick off the oldest, highest prioity message and all other messages > identified with the same id (I may as well process all such messages in a > single batch right?). > > What is a standard way of doing this? Multiple session selectors, one to > select the highest priority then another the get all related messages i.e. > with the same id? > > How does one filter messages without literals but filter them based on > other messages? > > You can tell I'm new to this. Please advise me if you can. > > Thanks > terry k > > > -- View this message in context: http://www.nabble.com/message-selectors-tf4603950s2354.html#a13154508 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
