Store and forward messaging

View: New views
3 Messages — Rating Filter:   Alert me  

Store and forward messaging

by Bai Shen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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?

Re: Store and forward messaging

by Andrew Perepelytsya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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,
Andrew

On 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?


Re: Store and forward messaging

by Bai Shen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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,
Andrew


On 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?