This content has been marked as final.
Show 1 reply
-
1. Re: JMS priority
gaohoward Jul 9, 2009 11:47 PM (in response to romanenco)JBoss messaging 1.4 always tries to first deliver messages with higher priorities. You may try to use topic with selectors. For example, Client A subscribes the Topic T with selector that only accepts pr1, Client B subscribes to the Topic T with selector that only accepts pr0.