Unable to increase the Session Timeout on Consumer end
Balaji J
Member Posts: 1 ✭
Hi Solace Team,
We have Solace Queue which is published on server, While trying to consume the messages from Queues, the messages are consumed only for few seconds when we deployed to our QA environment
Though the session timer is set to 24 hours, what could be the issue here,
Is there any way to set the session timer to Infinite
Note: All this code is implemented in C#.NET, we are using Nuget package (Solacesystems.solclient.Messaging – 10.23.0)
We have Solace Queue which is published on server, While trying to consume the messages from Queues, the messages are consumed only for few seconds when we deployed to our QA environment
Though the session timer is set to 24 hours, what could be the issue here,
Is there any way to set the session timer to Infinite
Note: All this code is implemented in C#.NET, we are using Nuget package (Solacesystems.solclient.Messaging – 10.23.0)
0
Comments
-
Hi Balaji,
The consumer should remain connected. You shouldn't have to increase any sort of timer.
Do you mind posting your consumer code here or alternatively look at the consumer code from the sample such as this -1