EIP Interview Questions
               EIP Name    EIP Description    Use Case       Pipes and Filter    Use   the Pipes and Filters architectural style to divide a larger processing task   into a sequence of smaller, independent processing steps (Filters) that are   connected by channels (Pipes).    Pipes and Filter       Router    Consume   the message from one channel and forward to another message channel based on   the condition           Content Based   Router    Consume   the message from one channel and examine the message content , based on the   data/type  need to route to different   channel .Basically routing based on the content     We   received the Customer data which inclues the Post Paid /PrePaid based on the   data it will redirect to either Postpaid channel or Prepaid Channel        Message   Filter    Its   specical kind of router to eliminate the undesired messages based on the   certain creteria     We   need to publish the Promotion for certain customer like we h...