Skip to content

Commit

Permalink
feat: 引擎等MQ场景接入SCS框架 #7443 接入websocket和auth服务
Browse files Browse the repository at this point in the history
  • Loading branch information
royalhuang committed Oct 14, 2022
1 parent 751d9a4 commit ff2783e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ class StreamBindingEnvironmentPostProcessor : EnvironmentPostProcessor, Ordered
setProperty("$bindingPrefix.destination", consumer.destination)
setProperty("$bindingPrefix.group", if (consumer.separately) hostName else consumer.group)
setProperty("$rabbitPropPrefix.consumer.delayedExchange", "true")
setProperty(
"$rabbitPropPrefix.consumer.consumerTagPrefix",
"\${spring.application.name}-${consumer.group}-\${spring.cloud.stream.instance-index}"
)
}

override fun getOrder(): Int {
Expand Down

0 comments on commit ff2783e

Please sign in to comment.