RED-9139: move document to module in redaction-service
* add feature version
This commit is contained in:
parent
7617c1f308
commit
905b65a5fa
@ -11,10 +11,10 @@ import com.knecon.fforesight.tenantcommons.model.TenantQueueConfiguration;
|
||||
import com.knecon.fforesight.tenantcommons.model.TenantQueueProvider;
|
||||
|
||||
@Configuration
|
||||
public class TenantMessagingConfiguration {
|
||||
public class TenantQueueProviderConfig {
|
||||
|
||||
@Bean
|
||||
protected TenantQueueProvider getTenantQueueConfigs() {
|
||||
public TenantQueueProvider getTenantQueueConfigs() {
|
||||
|
||||
return new TenantQueueProvider(Set.of(TenantQueueConfiguration.builder()
|
||||
.listenerId(MessageHandler.LAYOUT_PARSING_REQUEST_LISTENER_ID)
|
||||
Loading…
x
Reference in New Issue
Block a user