@Configuration
@PropertySource(value="classpath:rabbit.properties") @PropertySource(value="file:${CAF_CONFIG_LOCATION}/rabbit.properties",ignoreResourceNotFound=true)
public class RabbitProperties
extends Object
| Constructor and Description |
|---|
RabbitProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBackOffInterval() |
List<String> |
getConsumeQueueNames() |
String |
getHost() |
Integer |
getMaxBackoff() |
Integer |
getMaxPriority() |
Integer |
getMaxRetryAttempts() |
String |
getPassword() |
Integer |
getPort() |
String |
getPublishQueue() |
String |
getUser() |
public Integer getBackOffInterval()
public String getHost()
public String getPublishQueue()
public Integer getMaxBackoff()
public Integer getMaxRetryAttempts()
public String getPassword()
public Integer getPort()
public String getUser()
public Integer getMaxPriority()
Copyright © 2015–2017 Hewlett Packard Enterprise Development LP. All rights reserved.