Solace Community is getting a facelift!
On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.
We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!
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