提交 0868f1a9 authored 作者: 王红亮's avatar 王红亮

更新rabbitmq配置

上级 03d14457
......@@ -61,25 +61,49 @@ public class RabbitConfiguration {
@Override
public String toString() {
return "RabbitConfiguration{" +
"host='" + host + '\'' +
", port=" + port +
", virtualHost='" + virtualHost + '\'' +
", username='" + username + '\'' +
", password='" + password + '\'' +
", uri='" + uri + '\'' +
", networkRecoveryInterval=" + networkRecoveryInterval +
", automaticRecovery=" + automaticRecovery +
", topologyRecovery=" + topologyRecovery +
", connectionTimeout=" + connectionTimeout +
", requestedChannelMax=" + requestedChannelMax +
", requestedFrameMax=" + requestedFrameMax +
", requestedHeartbeat=" + requestedHeartbeat +
", prefetchCount=" + prefetchCount +
", deliveryTimeout=" + deliveryTimeout +
", queueName='" + queueName + '\'' +
", routingKey='" + routingKey + '\'' +
'}';
return "RabbitConfiguration{"
+ "host='"
+ host
+ '\''
+ ", port="
+ port
+ ", virtualHost='"
+ virtualHost
+ '\''
+ ", username='"
+ username
+ '\''
+ ", password='"
+ password
+ '\''
+ ", uri='"
+ uri
+ '\''
+ ", networkRecoveryInterval="
+ networkRecoveryInterval
+ ", automaticRecovery="
+ automaticRecovery
+ ", topologyRecovery="
+ topologyRecovery
+ ", connectionTimeout="
+ connectionTimeout
+ ", requestedChannelMax="
+ requestedChannelMax
+ ", requestedFrameMax="
+ requestedFrameMax
+ ", requestedHeartbeat="
+ requestedHeartbeat
+ ", prefetchCount="
+ prefetchCount
+ ", deliveryTimeout="
+ deliveryTimeout
+ ", queueName='"
+ queueName
+ '\''
+ ", routingKey='"
+ routingKey
+ '\''
+ '}';
}
public String getHost() {
......@@ -217,5 +241,4 @@ public class RabbitConfiguration {
public void setRoutingKey(String routingKey) {
this.routingKey = routingKey;
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论