org.opendaylight.blueprint.rabbitmessagebus.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- vi: set et smarttab sw=4 tabstop=4: --> <!-- Copyright © 2016 HPE, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0" odl:use-default-for-reference-types="true"> <service ref="messageBus" odl:type="default" interface="org.opendaylight.messagequeue.IMessageBusClient" /> <bean id="messageBus" class="org.opendaylight.federationmessagequeue.impl.RabbitMessageBus" init-method="init" destroy-method="close"> </bean> </blueprint>