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

Kevin.Conner@jboss.com do-not-reply at jboss.com
Fri Apr 24 01:08:35 EDT 2009


"beve" wrote : If I understood you correctly one will be able to specify a concrete impl of an ActivationAdapter in the listener configuration element as a property. 
  | Will this class be used in the JmsListenerMapper? Could you provide an example just so I can visualize it?
Yes, this is intended to be used in the mapper and replace our explicit configuration.

At the moment we make invocations such as the following

  |         addPropertyElement(activationConfigElement, "destination", messageFilter.getDestName()) ;
  | 
So the intention would be to replace these with calls to the adapter, allowing us to map these attributes for different providers.

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

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



More information about the jboss-dev-forums mailing list