[jboss-dev-forums] [Design of JBoss ESB] - Re: JMS Listener Mapper and JCA activation

tfennelly do-not-reply at jboss.com
Fri Apr 24 01:59:09 EDT 2009


Sorry for drip feeding, but I just had another thought :)....

I wonder would it be possible to generalize the interface more?  I'm thinking of a situation where the mapping for a particular adapter may need to perform other mappings outside the set layed down here.

If we could also extract the provider/listener config into a Map ala the activation config being mapped too, we could then do something like....


  | public interface ActivationAdapter
  | {
  |     public void map(final Map<String, String> listenerConfig, final Map<String, String> activationConfig) throws ConfigurationException ;
  | }
  | 

Just a thought!

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226461#4226461

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226461



More information about the jboss-dev-forums mailing list