Examples of JMSConsumerConfig


Examples of nexj.core.rpc.jms.ra.JMSConsumerConfig

   /**
    * @see nexj.core.meta.integration.Channel#update(nexj.core.meta.integration.Channel)
    */
   public void update(Channel channel) throws ResourceException
   {
      JMSConsumerConfig config = new JMSConsumerConfig();

      // set new values in consumer config
      config.setChannel(m_sName);
      config.setMaxPoolSize(((MessageQueue)channel).getMaxReceivers());

      // update existing consumer config
      GenericResourceAdapter.getInstance(JMSResourceAdapter.class).update(config);
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.