Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. HandleBasicDeliver(...)
  2. {
  3. if(routingKey == firstConsumerRoutingKey)
  4. {
  5. // Try to grab the mutex of the first consumer
  6. }
  7. else
  8. {
  9. // Try to grab the mutex of the second consumer
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement