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

OSGI-INF.blueprint.HttpSimulatorFactory.xml Maven / Gradle / Ivy

Go to download

An executable jar that streams log data received via stdin to ActiveMQ. (powered by Camel)

There is a newer version: 7.2.0.redhat-083
Show newest version
<!--
  Copyright (C) FuseSource, Inc.
  http://fusesource.com

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
           xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"
           xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0">

  <!--<reference id="zooKeeper" interface="org.linkedin.zookeeper.client.IZKClient"/>-->

  <bean id="factory" class="org.fusesource.fabric.stream.log.HttpSimulatorFactory" destroy-method="destroy">
    <!--<property name="bundleContext" ref="blueprintBundleContext"/>-->
    <!--<property name="zooKeeper" ref="zooKeeper"/>-->
  </bean>

  <service ref="factory" interface="org.osgi.service.cm.ManagedServiceFactory">
    <service-properties>
      <entry key="service.pid" value="org.fusesource.fabric.stream.log.simulator"/>
    </service-properties>
  </service>

</blueprint>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy