как решить, какой канал вызывать первым?
#spring-integration #spring-интеграция Вопрос: у меня есть код <int-jpa:inbound-channel-adapter channel="transactionChannel" entity-manager="entityManager" jpa-query="select t from Transaction t ,QueueConfiguration q where t.transactionStatus='RDY2BATCH' and t.partner.partnerId=q.partnerId" expect-single-result="false"> <int:poller default="true" fixed-delay="150000" /> </int-jpa:inbound-channel-adapter> <int-jpa:inbound-channel-adapter id="configurationReader" channel="configurationChannel"…