In this video we will cover how to Add Compute Node to Message Flow on IBM Integration Bus or WebSphere Message Broker. Compute node is used to write business logic using ESQL language which is assumed as faster than Java etc.
This ESQL language is some what similar to SQL language specially in syntax. So we will be creating a GET service which will return some dummy data in the response.
Service URL
http://localhost:7080/services/getUserDetails
Response
{
"name": "User 1",
}