Closed elioth010 closed 7 years ago
@elioth010 are you explicitly defining your own brokerMessageConverter? Could you somehow share the relevant code so I can take a look further. Thanks
@mthizo247 sorry i use kafka and use a message broker, setting Qualifier to the bean i fix the issue, but a have a Question: How do you integrate this to ribbon?
I have not yet tried integrating the library with ribbon, would be a great use case to try that out though...
I am getting the same error as above. Can you please share the solution.
`*** APPLICATION FAILED TO START
Description:
Parameter 0 of method stompClient in com.github.mthizo247.cloud.netflix.zuul.web.socket.ZuulWebSocketConfiguration required a single bean, but 2 were found:
Action:
Consider marking one of the beans as @Primary, updating the consumer to accept multiple beans, or using @Qualifier to identify the bean that should be consumed `
Fail to start by dependency injection the pom is
`
my Application.java is
`@EnableAutoConfiguration @EnableDiscoveryClient //@EnableZuulProxy @EnableZuulWebSocket @EnableWebSocketMessageBroker @ComponentScan public class Application {
}`