Where in the application would you define the vm:endpoint for a dlqEndpoint-ref defined in an until-successful scope?
问题 I'm trying to follow the example in this blog post (http://blogs.mulesoft.org/meet-until-successful-store-and-forward-for-mule/) for defining a dead letter queue for an until-successful scope element. This is the snippet from the blog post that doesn't quite make sense: <vm:endpoint name="dlqChannel" path="dlq" /> <until-successful objectStore-ref="objectStore" dlqEndpoint-ref="dlqChannel" maxRetries="3" secondsBetweenRetries="10"> ... </until-successful> I don't quite understand where the vm