How to serve a Redis MQ requests that depends on User session in servicestack

37 Views Asked by At

I was looking for a better approach to solve the the following scenario.

My API endpoints are currently using Usersession variables while processing the request. This becomes a problem when we have to queue the requests on Message Queue using Redis as they does not have the Usersession info available. I wonder how this problem is solved by great Minds.

Any thoughts/solutions on this are appreciated. Thank you :)

1

There are 1 best solutions below

1
mythz On BEST ANSWER

The ServiceStack docs covers how you can make authenticated Requests by MQ.