How to create a Spring Reactor Flux from Http integration flow?
问题 I have a question very similar to this one How to create a Spring Reactor Flux from a ActiveMQ queue? With one difference that messages come from Http endpoint rather than JMS queue. The problem is that Message Channel is not get populated for some reason or it is not picked up by Flux.from(). The log entries show that GenericMessage is created from Http Integration flow with a payload as path variable but does not get enqueued/published to a channel? I tried .channel(MessageChannels.queue())