Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read Message from ENDPOINT_RESEND_MESSAGES #38

Open
muhammadsuhran opened this issue Oct 10, 2018 · 1 comment
Open

Read Message from ENDPOINT_RESEND_MESSAGES #38

muhammadsuhran opened this issue Oct 10, 2018 · 1 comment

Comments

@muhammadsuhran
Copy link

muhammadsuhran commented Oct 10, 2018

How i read Message from ENDPOINT_RESEND_MESSAGES ??
my end point like this
ENDPOINT_RESEND_MESSAGES: 'http://example.com/message'
i dont show message from my message folder.
sorry if i m misunderstanding...

My Config example

AMQP_URI: 'pyamqp://guest:guest@localhost'
WEB_SERVER_ADDRESS: '77.41.51.112:80'
YOWSUP_USERNAME: '62858000000'
YOWSUP_PASSWORD: 'ABCD6o3HcMdas@asdahug='
TOKEN_RESEND_MESSAGES: 'mytoken'
ENDPOINT_RESEND_MESSAGES: 'http://example.com/message'
rpc_exchange: 'nameko-rpc'
max_workers: 1
parent_calls_tracked: 10

@alto45x
Copy link

alto45x commented Nov 28, 2018

my use python http server to get post messege from ENDPOINT_RESEND_MESSAGES
ENDPOINT_RESEND_MESSAGES: 'http://localhost:8088/waweb

server = HTTPServer(('0.0.0.0', 8088), PostHandler)

pakai manual bray

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants