Hello, I'm sending notifications trough ActiveMQ to web application (Ajax connector). What i would like to - is to set priorities regarding queue consumers. For example webpage 1 have low priority, webpage 2 have high priority. User have been opened 2 instances of webpage 1 and 3 instances of webpage 2. So, i would like to receive message only by one instance of webpage 2.
Is something like this natively supported by ActiveMQ? Regards, Atis