stateful routers

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

stateful routers

by rotten :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am exploring running Mule inside JBoss rather than as a standalone app.

I was reviewing the documentation here:  http://www.mulesoft.org/display/MULE2USER/JBoss+Integration

And noted this statement:

"""
Note that if you are using JBoss clustering, you cannot use stateful routers.
"""

What is a "stateful" router?  Is there a list of stateful and non-stateful routers somewhere (so I know which ones to avoid)?

Re: stateful routers

by Daniel Feist :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Nothing stops you using them it's just you that these routers won't be  
clustered and therefore may not function as expected.

Stateful routers include routers such as the following that need to  
maintain state in implement their logic:

Idempotent Receiver
Correlation Resequencer

(this is not an exhaustive list, just a couple of examples)

Dam

On Oct 19, 2009, at 3:49 PM, rotten wrote:

>
> I am exploring running Mule inside JBoss rather than as a standalone  
> app.
>
> I was reviewing the documentation here:
> http://www.mulesoft.org/display/MULE2USER/JBoss+Integration
>
> And noted this statement:
>
> """
> Note that if you are using JBoss clustering, you cannot use stateful
> routers.
> """
>
> What is a "stateful" router?  Is there a list of stateful and non-
> stateful
> routers somewhere (so I know which ones to avoid)?
>
> --
> View this message in context: http://www.nabble.com/stateful-routers-tp25962626p25962626.html
> Sent from the Mule - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Parent Message unknown Re: stateful routers

by Andrew Perepelytsya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Add any variation of an inbound aggregating router and a response aggregator router.

HTH,
Andrew

On Oct 19, 2009 4:51 PM, "Daniel Feist" <dfeist@...> wrote:

Nothing stops you using them it's just you that these routers won't be clustered and therefore may not function as expected.

Stateful routers include routers such as the following that need to maintain state in implement their logic:

Idempotent Receiver
Correlation Resequencer

(this is not an exhaustive list, just a couple of examples)

Dam

On Oct 19, 2009, at 3:49 PM, rotten wrote: > > I am exploring running Mule inside JBoss rather th...