INTEGRATION USING MULE

INTRODUCTION TO TYPICAL MESSAGE FLOW

Every workflow in a typical mule application consists of a input source, set of components performing workflow and a output/destination source. Input sources are referred to inbound connectors connected to particular system listening for data while output sources are outbound connectors which are used to send data after the completion of the workflow. Before we dive into some details, there are some basic…

Continue Reading