AMQP-143: from->bind
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,5 +11,6 @@ src/ant/.ant-targets-upload-dist.xml
|
||||
*/src/main/webapp/META-INF
|
||||
erl_crash.dump
|
||||
nohup.out
|
||||
jredis.log
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
@@ -105,7 +105,7 @@ public class RabbitClientConfiguration extends AbstractStockAppRabbitConfigurati
|
||||
*/
|
||||
@Bean
|
||||
public Binding marketDataBinding() {
|
||||
return BindingBuilder.from(marketDataQueue()).to(marketDataExchange()).with(marketDataRoutingKey);
|
||||
return BindingBuilder.bind(marketDataQueue()).to(marketDataExchange()).with(marketDataRoutingKey);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user