We are using solace as message bus between modules and subsystems. Our application is built on Spring Boot and Spring integrations(message-driven-channel-adapter, DefaultMessageListenerContainer, CachingConnectionFactory).
We are observing random slowness of 10-15 mins interval happening once in few days. In some cases based on logs there is only sender from module-1 to receiver from module-2 takes 15 mins and there is no service activator in between as well.
Anyone had similar issue? Any advice on trouble shooting this issue?