diff --git a/austin-web/src/main/resources/application.properties b/austin-web/src/main/resources/application.properties index 0d9d68b..1dc06d6 100644 --- a/austin-web/src/main/resources/application.properties +++ b/austin-web/src/main/resources/application.properties @@ -84,14 +84,6 @@ spring.rabbitmq.virtual-host=/ austin.rabbitmq.topic.name=austinRabbit austin.rabbitmq.exchange.name=austin.point - -##################### rocket properties ##################### -rocketmq.name-server= -rocketmq.producer.group= -rocketmq.producer.send-message-timeout=3000 -rocketmq.producer.retry-times-when-send-async-failed=3 -austin.rocketmq.consumer.group= - ##################### redis properties ##################### spring.redis.host=${austin-redis-ip} spring.redis.port=${austin-redis-port}