This commit is contained in:
Clebert Suconic 2019-03-12 14:48:40 -04:00
commit e2b71b1df9
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ example directory).
You can use the profile `-Pexamples` to run multiple examples under any example
tree.
For each server, you will have a created server under `./target/server0` (some
For each example, you will have a created server under `./target/server0` (some
examples use more than one server).
You have the option to prevent the example from starting the server (e.g. if

View File

@ -56,7 +56,7 @@ property set to String `21` then the following selector should not match
it: `age > 18`. Since Apache ActiveMQ Artemis supports STOMP clients which
can only send messages with string properties, that restriction is a bit
limiting. Therefore, if you want your filter expressions to auto-convert String
properties the the appropriate number type, just prefix it with
properties to the appropriate number type, just prefix it with
`convert_string_expressions:`. If you changed the filter expression in the
previous example to be `convert_string_expressions:age > 18`, then it would
match the aforementioned message.