How to use WireTap EIP using Apache Camel | Enterprise Integration Patterns

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 6

  • @santoshvaraghanti
    @santoshvaraghanti 2 ปีที่แล้ว +1

    Thanks for this, resolved one of my design issue.

  • @fartzy
    @fartzy 2 ปีที่แล้ว +1

    I love your enthusiasm man

  • @PrashanthSam..
    @PrashanthSam.. 2 ปีที่แล้ว +1

    In which video you have set up the environment plz share the link

  • @santoshvaraghanti
    @santoshvaraghanti 2 ปีที่แล้ว

    Can you make video on playing with csv content via camel, without using marshal/unmarshal i want to extract 2 fields and process each row for further routing logic.

    • @shomer2009
      @shomer2009 ปีที่แล้ว +1

      This is very simple in camel . Use the .split() node based on /r/n and an other one based on ";" . The complex part is how to validate the csv data . Also explore the bindy library in camel

    • @santoshvaraghanti
      @santoshvaraghanti ปีที่แล้ว

      @@shomer2009 thanks. I was able to do that. I was very new when I asked this question. Now I have an year experience with camel. -:)