I have a queue A which has many topic subscriptions. We run our microservice using Spring cloud stream stack. When queue A receives messages from different topics and processing them and all of a sudden, we see below exception stacktrace is continuously printing in the logs. I am not sure about the reason, while it is pouring out logs like below, some of the messages are still coming inside and is being processed parallelly. What could be the reason for the below exception. Can you please help.
“Failed to consume a message from destination QueueA - attempt 1”,“threadID”:“pool-6-thread-2”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.inbound.RetryableInboundXMLMessageListener”}
“Failed to consume a message from destination QueueA - attempt 1”,“threadID”:“pool-6-thread-2”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.inbound.RetryableInboundXMLMessageListener”}
“Failed to consume a message from destination QueueA - attempt 2”,“threadID”:“pool-6-thread-3”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.inbound.RetryableInboundXMLMessageListener”}
“Failed to consume a message from destination QueueA - attempt 2”,“threadID”:“pool-6-thread-3”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.inbound.RetryableInboundXMLMessageListener”}
“Failed to consume a message from destination QueueA - attempt 3”,“threadID”:“pool-6-thread-3”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.inbound.RetryableInboundXMLMessageListener”}
“Failed to consume a message from destination QueueA - attempt 3”,“threadID”:“pool-6-thread-3”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.inbound.RetryableInboundXMLMessageListener”}
“Processing message 33691b9e-1446-49c9-367b-2dad796dbe1d <failed-message: 65226031-6bb3-a9f8-3be3-00d21996d5d6, source-message: 1, >”,“threadID”:“pool-6-thread-3”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.util.SolaceErrorMessageHandler”}
“XMLMessage 1: Will be re-queued onto queue QueueA”,“threadID”:“pool-6-thread-3”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.util.JCSMPAcknowledgementCallbackFactory$JCSMPAcknowledgementCallback”}
“Rebinding flow receiver container c82f7e39-b268-46da-b829-86931723dc90”,“threadID”:“pool-6-thread-3”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.util.FlowReceiverContainer”}
“Stopping flow receiver container c82f7e39-b268-46da-b829-86931723dc90”,“threadID”:“pool-6-thread-3”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.util.FlowReceiverContainer”}
“Waiting for 0 items, time remaining: 10000 MILLISECONDS”,“threadID”:“pool-6-thread-3”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.util.UnsignedCounterBarrier”}
“Unbinding flow receiver container c82f7e39-b268-46da-b829-86931723dc90”,“threadID”:“pool-6-thread-3”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.util.FlowReceiverContainer”}
“Binding flow receiver container c82f7e39-b268-46da-b829-86931723dc90”,“threadID”:“pool-6-thread-3”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.util.FlowReceiverContainer”}
“Failed to consume a message from destination QueueA - attempt 1”,“threadID”:“pool-6-thread-3”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.inbound.RetryableInboundXMLMessageListener”}
“Failed to consume a message from destination QueueA - attempt 1”,“threadID”:“pool-6-thread-3”,“sourceHost”:“Host1”,“logVersion”:“1.5”,“category”:“com.solace.spring.cloud.stream.binder.inbound.RetryableInboundXMLMessageListener”}