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?
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
The best stuff I found about Spring Integration over the internet at all! Great job, magnificent help. Thank you a lot!
Grate explanation and to the point. Thanks a lot my friend
Can you please provide the steps how to start the application and run the SimpleConfiguration in intellij?
precise explanation
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?
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