I was wondering if it is possible to make two, for example, desktop applications work together using spring integration.... What I would like to do is expose some enpoints,.. maybe something like in mule and then be able to send/receive messages using that endpoint (the endpoint is provided by one application and consumed using the other). Is this possible using spring integration?