Remove TODOs
This commit is contained in:
@@ -43,7 +43,6 @@ public class ConnectionFactorySettings {
|
||||
private Resource sslPropertiesLocation;
|
||||
|
||||
@Bean
|
||||
// TODO: Move to spring boot
|
||||
public ConnectionFactory rabbitConnectionFactory(RabbitProperties config,
|
||||
com.rabbitmq.client.ConnectionFactory rabbitConnectionFactory) throws Exception {
|
||||
CachingConnectionFactory factory = new CachingConnectionFactory(rabbitConnectionFactory);
|
||||
|
||||
@@ -56,7 +56,6 @@ public class RabbitBindingCleaner implements BindingCleaner {
|
||||
user == null ? "guest" : user,
|
||||
pw == null ? "guest" : pw,
|
||||
vhost == null ? "/" : vhost,
|
||||
//TODO: Change prefix
|
||||
binderPrefix == null ? BINDER_PREFIX : binderPrefix,
|
||||
entity, isJob);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user