Hi James, I do not have an idea, how to accomplish priorities with Point-to-Point-messaging (through a queue) outside the message broker, because to my knowledge a message consumer just gets a single message and has no information of any other message (with perhaps a higher priority) and thus normally doesn't know the message queue. Can you tersely describe the mentioned JMSPriority/Selectors-method?
Many thanks in advance, Bj?rn James.Strachan wrote: > > On 6/8/06, Westelinck, Kenneth <[EMAIL PROTECTED]> wrote: > ... > Though to be honest the most powerful and efficient way to do priority > based dispatching is to use JMSPriority with a selectors anyway; then > you can have guarrenteed service levels based on priority (e.g. have > 1000 threads dedicated to only procesing high priority messages). > > -- > > James > ------- > ... > -- View this message in context: http://www.nabble.com/JMSPriority-...-tf1754744.html#a6640375 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
