Boomi

Integration with Solace Pub-Sub

What is Solace queue?  A queue acts as both a destination where clients can publish messages to and as an endpoint that clients can bind consumers to and consume messages from. A queue is typically used in a point-to-point (PTP) messaging environment. It’s also possible to add topic subscriptions to a queue so messages published […]

Boomi

Fetching Specific Fields From Database Table

In this blog, let us discuss how to capture and fetch those fields that are coming in the request profile from a Database table. First, let us see the payload that would be the request: {   “requestCount”: 2,   “requests”:[     {       “studentId”: “abc”,       “fields”: [“emailId”,”percentage”,”grade”,”firstName”,”lastName”,”studentId”,”branch”,”YearOfJoining”]     },     {       “studentId”: […]