I don't think this works anymore. At least the example is broken.
MESSAGE_QUEUE_USE_PROXY = True
MESSAGE_QUEUE_PROXY_PORT = 9324
MESSAGE_QUEUE_PROXY_HOST = os.getenv('MESSAGE_QUEUE_PROXY_HOST', '0.0.0.0')
Are not even used anywhere in the code.
Setting MESSAGE_QUEUE_ENDPOINT_URL = 'http://localhost:9324' seems to work for ElasticMQ connectivity.
This also seems broken
./run_publisher.sh
usage: publisher.py [-h] n
publisher.py: error: unrecognized arguments: -n
I don't think this works anymore. At least the example is broken.
MESSAGE_QUEUE_USE_PROXY = True
MESSAGE_QUEUE_PROXY_PORT = 9324
MESSAGE_QUEUE_PROXY_HOST = os.getenv('MESSAGE_QUEUE_PROXY_HOST', '0.0.0.0')
Are not even used anywhere in the code.
Setting MESSAGE_QUEUE_ENDPOINT_URL = 'http://localhost:9324' seems to work for ElasticMQ connectivity.
This also seems broken
./run_publisher.sh
usage: publisher.py [-h] n
publisher.py: error: unrecognized arguments: -n