Re: Use message selectors against messages on disk

2014-05-16 Thread Tom_Z
Hi Christian, Hi Tim, ceposta wrote > Message selectors are applied to messages cached in memory, not on disk. Does this also apply to the JMSXMessageGroupID which has some special meaning and therefore handling? If a client consumes messages of a dedicated group, the broker will only dispatc

Re: Use message selectors against messages on disk

2014-05-16 Thread Christian Posta
Message selectors are applied to messages cached in memory, not on disk. On Tue, May 13, 2014 at 9:28 AM, Benjamin Jansen wrote: > Hello, > > In ActiveMQ 5.x (I have tried 5.6.0 and 5.9.1), is it possible to use JMS > message selectors against in-flight messages that have been put on disk? > Ba

Re: Use message selectors against messages on disk

2014-05-16 Thread Timothy Bish
On 05/13/2014 12:28 PM, Benjamin Jansen wrote: Hello, In ActiveMQ 5.x (I have tried 5.6.0 and 5.9.1), is it possible to use JMS message selectors against in-flight messages that have been put on disk? Based on my experimentation, it appears not, but I wanted to double-check, since I've found

Re: Use message selectors against messages on disk

2014-05-16 Thread Hiram Chirino
Using selector should work regardless if the message is on disk or in memory.. If it's not then it's a bug. Do you have a test case showing it's broken? On Tue, May 13, 2014 at 12:28 PM, Benjamin Jansen wrote: > Hello, > > In ActiveMQ 5.x (I have tried 5.6.0 and 5.9.1), is it possible to use JMS