Re: Filtering messages with no properties/headers in Artemis

2024-09-12 Thread Robbie Gemmell
sage with different properties. > They both behave the same. > So based on what you say, I assume that it is correct for `NOT(null)` to > yield `false` instead of `true`. > > Jan > > -Original Message- > From: Justin Bertram > Sent: středa 11. září 2024 16:09 &

RE: Filtering messages with no properties/headers in Artemis

2024-09-11 Thread Jan Šmucr
-Original Message- From: Justin Bertram Sent: středa 11. září 2024 16:09 To: users@activemq.apache.org Subject: Re: Filtering messages with no properties/headers in Artemis > ...my main concern has been the difference between a message that has properties which don't match and a mess

Re: Filtering messages with no properties/headers in Artemis

2024-09-11 Thread Justin Bertram
between a message that has properties which > don't match and a message that does not have any properties at all. > > Jan > > > > From: Justin Bertram > Sent: Wednesday, September 11, 2024 3:04:42 PM > To: users@activemq.apache.o

Re: Filtering messages with no properties/headers in Artemis

2024-09-11 Thread Jan Šmucr
Sent: Wednesday, September 11, 2024 3:04:42 PM To: users@activemq.apache.org Subject: Re: Filtering messages with no properties/headers in Artemis What you're seeing is, in fact, the expected behavior. As noted in the documentation [1] the ActiveMQ Artemis filter syntax is based on the same subset

Re: Filtering messages with no properties/headers in Artemis

2024-09-11 Thread Justin Bertram
What you're seeing is, in fact, the expected behavior. As noted in the documentation [1] the ActiveMQ Artemis filter syntax is based on the same subset of the SQL 92 syntax as JMS/Jakarta selectors and that documentation [2] states: If a property that does not exist in a message is referenced,