Demystifying Spring Integration

Поділитися
Вставка
  • Опубліковано 9 січ 2025

КОМЕНТАРІ • 6

  • @m.cs.4870
    @m.cs.4870 Місяць тому

    The best stuff I found about Spring Integration over the internet at all! Great job, magnificent help. Thank you a lot!

  • @hamidhamidi764
    @hamidhamidi764 10 місяців тому

    Grate explanation and to the point. Thanks a lot my friend

  • @albertlam2433
    @albertlam2433 5 місяців тому

    Can you please provide the steps how to start the application and run the SimpleConfiguration in intellij?

  • @jaiverma3090
    @jaiverma3090 10 місяців тому

    precise explanation

  • @shobhit321
    @shobhit321 Рік тому +1

    Lets say i have 2 apps , i send a message from app1 on a channel where this channel is initialised, app2 wants to receive this mesaage from the channel in app1. The channel is of default type. Is it possible to send message from app1 to app2. How is it possible as both app1 and app2 are 2 jvms?

    • @goafabric
      @goafabric  10 місяців тому

      It's been a long while when I recorded the Video, but afaik this is not doable. Spring Integration is for processes running inside the same Jvm. At least out of the Box. If it's two different JVMs you might still use it, but will have to leverage REST Communication with your own Integration Implementations