Hi,

If i use inbound channel adapter with a poller, and the actual channel is direct channel, what will happen if one event takes some time to complete and another poll trigger arrives. Can multiple events call send() on a direct channel simultaneously?

Thanks