All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jbi.jbi.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<!--
 Copyright (c) 2006-2012 EBM WebSourcing, 2012-2023 Linagora

 This program/library is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation, either version 2.1 of the License, or (at your
 option) any later version.

 This program/library is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
 for more details.

 You should have received a copy of the GNU Lesser General Public License
 along with this program/library; If not, see http://www.gnu.org/licenses/
 for the GNU Lesser General Public License version 2.1.
-->
<jbi:jbi version="1.0" xmlns:jbi="http://java.sun.com/xml/ns/jbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns:petalsCDK="http://petals.ow2.org/components/extensions/version-5" xmlns:soap="http://petals.ow2.org/components/soap/version-4">
   <jbi:component type="binding-component">
      <jbi:identification>
         <jbi:name>petals-bc-soap</jbi:name>
         <jbi:description> The SOAP Binding Component (based on Axis2 + Jetty)</jbi:description>
      </jbi:identification>
      <jbi:component-class-name>org.ow2.petals.binding.soap.SoapComponent</jbi:component-class-name>
      <jbi:component-class-path>
         <jbi:path-element />
      </jbi:component-class-path>
      <jbi:bootstrap-class-name>org.ow2.petals.binding.soap.SoapBootstrap</jbi:bootstrap-class-name>
      <jbi:bootstrap-class-path>
         <jbi:path-element />
      </jbi:bootstrap-class-path>

      <petalsCDK:acceptor-pool-size />
      <petalsCDK:acceptor-retry-number />
      <petalsCDK:acceptor-retry-wait />
      <petalsCDK:acceptor-stop-max-wait />
      <petalsCDK:processor-pool-size />
      <petalsCDK:processor-max-pool-size />
      <petalsCDK:processor-keep-alive-time />
      <petalsCDK:processor-stop-max-wait />
      <petalsCDK:time-beetween-async-cleaner-runs />
      <petalsCDK:properties-file />
      <petalsCDK:monitoring-sampling-period />
      <petalsCDK:activate-flow-tracing />
      <petalsCDK:propagate-flow-tracing-activation />

      <petalsCDK:jbi-listener-class-name>org.ow2.petals.binding.soap.listener.outgoing.JBIListener</petalsCDK:jbi-listener-class-name>

      <soap:http-port>8084</soap:http-port>
      <soap:http-host /> <!-- All IP addresses are listened -->
      <soap:http-services-list>true</soap:http-services-list>
      <soap:http-services-context>petals</soap:http-services-context>
      <soap:http-services-mapping>services</soap:http-services-mapping>
      <soap:http-thread-pool-size-min>2</soap:http-thread-pool-size-min>
      <soap:http-thread-pool-size-max>50</soap:http-thread-pool-size-max>
      <soap:http-acceptors>4</soap:http-acceptors>
      <soap:http-backlog-size>50</soap:http-backlog-size>
      <soap:max-http-connections-per-host />

      <!--  HTTPS support, -->
      <soap:https-enabled>false</soap:https-enabled>
      <soap:https-port>8083</soap:https-port>
      <soap:https-keystore-type />
      <soap:https-keystore-file />
      <soap:https-keystore-password />
      <soap:https-key-password />
      <soap:https-truststore-type />
      <soap:https-truststore-file />
      <soap:https-truststore-password />
      <!-- <soap:https-keystore-type>JKS</soap:https-keystore-type>
	  <soap:https-keystore-file>../https/serverKeystore.jks</soap:https-keystore-file>
	  <soap:https-keystore-password>petalsServerK</soap:https-keystore-password>
	  <soap:https-key-password>petalsServerK</soap:https-key-password>
	  <soap:https-truststore-type>JKS</soap:https-truststore-type>
	  <soap:https-truststore-file>../https/serverTruststore.jks</soap:https-truststore-file>
	  <soap:https-truststore-password>petalsServerT</soap:https-truststore-password> -->
      <soap:https-client-authentication-enabled />
      <soap:https-acceptors>4</soap:https-acceptors>
      <soap:https-backlog-size>50</soap:https-backlog-size>
      <soap:public-stacktraces-enabled>true</soap:public-stacktraces-enabled>

	  <!-- JMS transport layer -->
	  <!--<soap:java-naming-factory-initial>org.apache.activemq.jndi.ActiveMQInitialContextFactory</soap:java-naming-factory-initial>
	  <soap:java-naming-provider-url>tcp://localhost:61616</soap:java-naming-provider-url>
	  <soap:jms-connection-factory-jndiname>QueueConnectionFactory</soap:jms-connection-factory-jndiname> -->
   </jbi:component>
</jbi:jbi>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy