Mule flow with Jms connector, Threads blocking in dynamic outbound endpoint
问题 I have a jms connector, i am receiving message from a queue processing the message in a flow, calling db to get the data based on some ids in the message and writing response output to files, i am using dynamic outbound endpoints to decide output location. <jms:connector name="tibco" numberOfConsumers="20" ..... > ..... </jms:connector> <flow name="realtime" doc:name="ServiceId-8"> <jms:inbound-endpoint queue="${some.queue}" connector-ref="tibco" doc:name="JMS"> <jms:transaction action=