Skip to main content

Rajeshwari Dhamodaran

Blogs from this Author

A man using a computer while 2 people observe

How to Customize and Validate the Json Message for GrantType Access Token in Apigee

Overview This use case describes how to customize and validates JSON message for GrantType client credential – AccessToken. What is GrantType client credential? Client POST’s an API call to Apigee with client ID and client secret to fetch the access token from the registered developer application. In addition, query parameter grant_type=client_credentials must be passed in […]

change management

Migrating REST API from IBM Integration Bus to Spring Boot

In this blog post, we will learn how to Migrate IIB REST application to Spring Boot. The topics covered in this use case include: Create SpringBoot Project Creating Model class from Swagger Pom File Define Database Configuration Entity Class JPA Data Repository Rest Controller Service Class Build and Run the Project. Create Spring Boot Project […]

Migration from WebSphere Message Broker to IBM Integration Bus

Why Integration Bus? Quickly integrates the existing system into a new service. Maintenance is simplified by reducing tight coupling. Flexibility to add, update or replace the system without affecting the consumers Intelligent workload management. Easily integrated to heterogeneous environment. Compatible Migration versions Below specified previous versions can be migrated to IBM Integration Bus Version 10.0, […]

Validating JSON Message in IIB

Overview This blog helps to understand JSON parser in IIB and how to validate the incoming JSON message. What is JSON? JavaScript Object Notation is a lightweight plain text format used for data interchange. It’s a collection of Name-Value pair. How IIB parses the JSON message? In IIB JSON message realized as Object (Name-Value pair) […]

Configuring Event Monitoring in IIB using Monitoring profile

  Overview Monitoring profile helps you to customize the events emitted by message flow’s node level at run time. Transaction and terminal events are the two major types of events emitted by the message flow. Transaction events are emitted only from input nodes E.g., MQInput and FileInput. Terminal events are emitted from terminals of any […]