Hi,
I use the following code to create a int-jms:message-driven-channel-adapter, however, seems it is based on polling. as it return the data in intervals rather than responding to ticks.

the flow i defined as follows:
jms.listen(requestDestinationName = "myTopic", connectionFactory = connectionFactory ).additionalAttributes(requestPubSubDomain = true)-->

Many thanks,
Tan