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 bjansen-activ...@w007.org wrote: Hello, In ActiveMQ 5.x (I have tried 5.6.0 and 5.9.1), is

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 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 bjansen-activ...@w007.org 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

Re: Use message selectors against messages on disk

2014-05-16 Thread Tom_Z
-- View this message in context: http://activemq.2283324.n4.nabble.com/Use-message-selectors-against-messages-on-disk-tp4681095p4681226.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Use message selectors against messages on disk

2014-05-13 Thread Benjamin Jansen
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 conflicting information on the Web. A comment