
com.tradeshift.amqp.log.TunedRabbitConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-rabbitmq-tuning-lib Show documentation
Show all versions of spring-rabbitmq-tuning-lib Show documentation
This library was created to make it easier to configure RabbitMQ within Spring and to establish a
pattern for queues architecture.
package com.tradeshift.amqp.log;
public class TunedRabbitConstants {
public static final String PREFIX_CONNECTION_FACTORY_PER_VIRTUAL_HOST = "connectionFactory";
public static final String PREFIX_SIMPLE_RABBIT_LISTENER_CONTAINER_FACTORY_PER_VIRTUAL_HOST = "containerFactory";
public static final String PREFIX_RABBIT_ADMIN_PER_VIRTUAL_HOST = "rabbitAdmin";
public static final String PREFIX_RABBIT_TEMPLATE_PER_VIRTUAL_HOST = "rabbitTemplate";
public static final String DEFAULT_RABBIT_ADMIN_BEAN_NAME = "defaultRabbitAdmin";
public static final String CONNECTION_FACTORY_BEAN_NAME = "tsRabbitConnectionFactory";
private TunedRabbitConstants() {
//Do nothing because this is a private constructor
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy