diff --git a/rc_util.py b/rc_util.py
index 606d4a0820b0f7b07002b2dcd96113eabf2fb4ae..6219216dc90365103914881e364cd02f6af914bd 100644
--- a/rc_util.py
+++ b/rc_util.py
@@ -1,7 +1,7 @@
 from rc_rmq import RCRMQ
 import json
 
-rc_rmq = RCRMQ({'exchange': 'RegUsr'})
+rc_rmq = RCRMQ({'exchange': 'Request'})
 tasks = {'ohpc_account': False, 'ohpc_homedir': False, 'ood_account': False, 'slurm_account': False}
 
 def add_account(username, full='', reason=''):