Re: Filtrering issue when header is missing

2024-01-16 Thread Justin Bertram
I agree with Robbie. This is the expected behavior. Justin On Tue, Jan 16, 2024 at 4:41 AM Calle Andersson wrote: > Hi, > > I’m not sure if I have discovered a bug in Artemis (2.31.2) or if I have > misunderstood something. > > I used the following command to create a new instance: > apache-ar

Re: Filtrering issue when header is missing

2024-01-16 Thread Robbie Gemmell
I believe that's expected because =NULL is unknown. The filtering is essentially the SQL92 subset JMS / Jakarta Messaging outlines here: https://jakarta.ee/specifications/messaging/3.1/apidocs/jakarta.messaging/jakarta/jms/message Note it outlines that "If a property that does not exist in a mess

Filtrering issue when header is missing

2024-01-16 Thread Calle Andersson
Hi, I’m not sure if I have discovered a bug in Artemis (2.31.2) or if I have misunderstood something. I used the following command to create a new instance: apache-artemis-2.31.2/bin/artemis create --user admin --password admin --no-autocreate --require-login myBroker I have added the followin