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 […]
In this blog, let us discuss about how to do a Manual OAuth call with client credentials grant type. To do manual OAuth call in boomi, we have a connector called “HTTP Client” through which we can use the service provided by third party API. Here, we want to access particular employee data from salesforce […]
API Proxy components are deployable components that allow for the direct proxying of a request through an API Gateway to a service which is not served through an Atom, Molecule, or Atom Cloud. Problem Statement: “How to implement API Proxy component in Boomi”. In this use-case, we will make use of a Open API Specification […]