Reputation: 509
Is there container that could be used with Spring Integration in manner similar to Apache Camel + ServiceMix ?
Or maybe there is way to do routing in ServiceMix using SI?
Upvotes: 0
Views: 143
Reputation: 174719
A container is not required (unless, perhaps, you are using an HTTP inbound endpoint); in any case, you can conveniently use Spring Boot to launch your Spring Integration apps, regardless of whether you are using HTTP (it offers the option of using embedded tomcat or jetty).
Upvotes: 1