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

Adding RabbitMQ Exchange Support Context for Publishing messages to a named Exchange #70

Open
jay-johnson opened this issue Jan 14, 2017 · 0 comments

Comments

@jay-johnson
Copy link

jay-johnson commented Jan 14, 2017

This functionality will allow for sending and publishing messages using Topic Exchanges for the purposes of routing decisions that allow for sending messages into a common exchange that RabbitMQ can then automatically route to an entirely RabbitMQ broker.

https://www.rabbitmq.com/tutorials/tutorial-five-python.html

https://github.com/dial-once/node-bunnymq/blob/develop/src/modules/producer.js#L92

similar to Python's pika library:

self._channel.basic_publish(self.EXCHANGE, self.ROUTING_KEY,
                                    json.dumps(message, ensure_ascii=False),
                                    properties)```

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

1 participant