PrabaharanK

Results 2 comments of PrabaharanK

Hi Gary, Thank you, I updated the version to Greenwich SR6. I tried the below code and no-luck, still the clientid field is empty. I verified the bean method is...

Hi Gary, still clientId is empty. ``` `@Bean public ListenerContainerCustomizer> customizer() { return (container, destinationName, group) -> { if(true) throw new NullPointerException("Test"); container.getContainerProperties().setClientId(destinationName + "." + group); }; } ```...