[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 00:59:02 EDT 2009


Perhaps this is a more appropriate interface

  | public interface ActivationAdapter
  | {
  |     public void setDestination(final Map<String, String> activationConfig, final String name)
  |         throws ConfigurationException ;
  |     
  |     public void setProviderAdapterJNDI(final Map<String, String> activationConfig, final String providerAdapterJNDI)
  |         throws ConfigurationException ;
  |     
  |     // true for queue, false for topic
  |     public void setDestinationType(final Map<String, String> activationConfig, final boolean queue)
  |         throws ConfigurationException ;
  |     
  |     public void setMessageSelector(final Map<String, String> activationConfig, final String messageSelector)
  |         throws ConfigurationException ;
  | 
  |     public void setMaxThreads(final Map<String, String> activationConfig, final String maxThreads)
  |         throws ConfigurationException ;
  | }
  | 

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

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



More information about the jboss-dev-forums mailing list