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

更新rabbitmq配置

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