Update create account script
use argparse library to take command line arguments
implement its own callback function for rabbitmq
update consume function in rc_util to take routing_key as argument
I was going to modify worker in rc_util, I think it is considered an example and is designed for dev environment. Therefore, I modify create_account.py instead.
All feedback are welcome.