Example usage for org.springframework.amqp.core TopicExchange TopicExchange

List of usage examples for org.springframework.amqp.core TopicExchange TopicExchange

Introduction

In this page you can find the example usage for org.springframework.amqp.core TopicExchange TopicExchange.

Prototype

public TopicExchange(String name) 

Source Link

Usage

From source file:org.opentestsystem.delivery.logging.RabbitConfiguration.java

@Bean
public TopicExchange springCloudBus() {
    return new TopicExchange("springCloudBus");
}