Hi, We are getting an strange error when we try to get a channel
Could not register object [org.springframework.integration.channel.DirectChannel@2898b3cc] under bean name 'topic_name': there is already object [topic_name]
I am using BinderAwareChannelResolver::resolveDestination(topicName)
Do you think we need to use a synchronized context there? Normally happens when we use concurrent threads at the beginning
Hi, We are getting an strange error when we try to get a channel
Could not register object [org.springframework.integration.channel.DirectChannel@2898b3cc] under bean name 'topic_name': there is already object [topic_name]I am using
BinderAwareChannelResolver::resolveDestination(topicName)Do you think we need to use a synchronized context there? Normally happens when we use concurrent threads at the beginning