2

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 :)

anveshtummala
  • 432
  • 4
  • 11

1 Answers1

2

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

mythz
  • 141,670
  • 29
  • 246
  • 390