The Matrix Module is a Module that promotes Message Context Properties with the results of the configured json-queries. The value of each query is written to its configured property.
There is macro support available (see docs)
The Matrix Module is a Module that promotes Message Context Properties with the results of the configured json-queries. The value of each query is written to its configured property.
A sample configuration:
"PropertyConfig":
{
"TruckId": "Truck.id",
"CabinTemperature": "temperature[?(@.id=='trailer')].value",
"Timestamp": "%utcnow:HH:mm:ss%"
}
More information