Hello,
I am struggeling with my amount of SQL Connections some time now.
But i think i found a solution.
i am able to get all current process ID's and theyre state.
My next idea is to retrieve all process ID's and kill them every hour.
But i have a Problem i cant get the ID in a variable.
The structure of the mesage is the following:
The copied Path for the ID is: payload[0].Id
i use :
test = msg.payload[0].Id
msg.payload.test = test;
but i dont get anything in the Debug window.
what i am doing wrong?
Greetings
Chorum