NO-JIRA Fix documentation typos
This commit is contained in:
parent
2aa12ffc37
commit
54380633e5
|
@ -27,7 +27,7 @@ example directory).
|
||||||
You can use the profile `-Pexamples` to run multiple examples under any example
|
You can use the profile `-Pexamples` to run multiple examples under any example
|
||||||
tree.
|
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).
|
examples use more than one server).
|
||||||
|
|
||||||
You have the option to prevent the example from starting the server (e.g. if
|
You have the option to prevent the example from starting the server (e.g. if
|
||||||
|
|
|
@ -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
|
it: `age > 18`. Since Apache ActiveMQ Artemis supports STOMP clients which
|
||||||
can only send messages with string properties, that restriction is a bit
|
can only send messages with string properties, that restriction is a bit
|
||||||
limiting. Therefore, if you want your filter expressions to auto-convert String
|
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
|
`convert_string_expressions:`. If you changed the filter expression in the
|
||||||
previous example to be `convert_string_expressions:age > 18`, then it would
|
previous example to be `convert_string_expressions:age > 18`, then it would
|
||||||
match the aforementioned message.
|
match the aforementioned message.
|
||||||
|
|
Loading…
Reference in New Issue