IIB-Libraries-Demo
Rathod Bupender Introduction A library is a logical grouping of related code, data, or both. A library typically contains reusable helper routines and resources such as subflows, ESQL modules, message definitions, maps, and Java™ utilities. You can use a library to group resources of the same type or function, and to aid the management and reuse of such resources 🡪 Consider using libraries for the following functions: 🡪 To group common types of resource (such as all your ESQL routines) 🡪 To group resources by function (such as all your error-handling routines) 🡪 To share routines and definitions across multiple teams or projects 🡪 To use different versions of a coherent set of routines and definitions. Two types of library exist in IBM Integration Bus: ...