Skip to content

Commit

Permalink
Updated the used request exchanges for all existing workers
Browse files Browse the repository at this point in the history
  • Loading branch information
Relrin committed Aug 2, 2018
1 parent 5f9b9fd commit 0eb0519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion game-servers-pool/app/workers/get_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class GetServerWorker(AmqpWorker):
QUEUE_NAME = 'game-servers-pool.server.retrieve'
REQUEST_EXCHANGE_NAME = 'open-matchmaking.direct'
REQUEST_EXCHANGE_NAME = 'open-matchmaking.game-server-pool.server.retrieve.direct'
RESPONSE_EXCHANGE_NAME = 'open-matchmaking.responses.direct'
CONTENT_TYPE = 'application/json'

Expand Down
2 changes: 1 addition & 1 deletion game-servers-pool/app/workers/register_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class RegisterServerWorker(AmqpWorker):
QUEUE_NAME = 'game-servers-pool.server.register'
REQUEST_EXCHANGE_NAME = 'open-matchmaking.direct'
REQUEST_EXCHANGE_NAME = 'open-matchmaking.game-server-pool.server.register.direct'
RESPONSE_EXCHANGE_NAME = 'open-matchmaking.responses.direct'
CONTENT_TYPE = 'application/json'

Expand Down

0 comments on commit 0eb0519

Please sign in to comment.