Mule Queued-Asynchronous Flow Queue vs. VM Queue -
while studying , using mule, couldn't figure out if there's difference between queued-asynchronous flow queue , vm queue.
my question is, same queues (just different names along documentation) or different ones?
in concrete example:
<flow name="fooflow" processingstrategy="queued-asynchronous"> <vm:inbound-endpoint path="foo" exchange-pattern="one-way"/> <component class="com.foo.foocomponent"/> </flow> does vm inbound-endpoint receives messages 1 queue, , flow has queue receive messages inbound-endpoint? or same seda queue?
these 2 different concepts, 1 based on way flow processed , other lightweight queuing mechanism. vm transport , has persistent queuing capabilities transactions.
please see (the last link understand flow execution model):
Comments
Post a Comment