[jboss-dev-forums] [Design of JBoss ESB] - Re: Action Processing Pipelines on Listeners/Pollers...
tfennelly
do-not-reply at jboss.com
Wed Sep 13 12:35:40 EDT 2006
Another enhancement to this could be the ability to configure "default" pre-processing ActionProcessors for specific listener classes - these actions get inserted at the start of the configured pipeline.
This could be used e.g. for message normalisation (a hot topic at the moment ;-) ). So for e.g. the JMSListener you could have a default action processor that "normalises" the based on a combo of JMS and your chosen normalisation strategy.
So the "Actions" config might look something like:
<Actions>
| <!-- Action configs .... -->
| <!-- ProcessorAliases configs .... -->
|
| <DefaultActions listener="listenerA" actions="action-list..." />
| <DefaultActions listener="listenerB" actions="action-list..." />
| </Actions>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971312#3971312
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971312
More information about the jboss-dev-forums
mailing list