Any suggested reading or any examples that you can recommend? I haven't done a whole lot with jms, unfortunately.
On Wed, Oct 28, 2009 at 4:19 PM, Andrew Perepelytsya
<aperepel@...> wrote:
This is typically achieved via persistent jms messaging (best option). You can also consider Mule's VM persistent queues (although only if you can't use jms).
HTH,
AndrewOn Wed, Oct 28, 2009 at 4:15 PM, Bai Shen
<baishen.lists@...> wrote:
From what I can tell,. Mule assumes that all connectors are always up and available. However, in our setup, some times systems will go down for a period of time.
I'm trying to figure out how to implement a store and forward setup in Mule. Is this even possible?