Tom
--
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.
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
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
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
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 on