0 Replies Latest reply on Mar 31, 2008 7:02 AM by hauch

    jca-gateway properties

    hauch

      In the snippet below, is there a way in which, I can move the actionconfig from the jboss.esb file to the esbserver?

       <jca-gateway name="JMS-JCA-Gateway"
       adapter="wmq.jmsra.endpointClass="org.jboss.soa.esb.listeners.jca.JmsEndpoint"
       transacted="false">
       <activation-config>
       <property name="destinationType" value="javax.jms.Queue"/>
       <property name="destination" value="TEST"/>
       <property name="hostName" value="host"/>
       <property name="queueManager" value="QM"/>
       </activation-config>
       </jca-gateway>
      

      The reason for this need, is that I would like to deploy the same esb-file in test and production. However these use different queues, and therefore must the configuration be removed from the esbfile.