Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datakurre/collective.zamqpdemo
Examples for collective.zamqp
https://github.com/datakurre/collective.zamqpdemo
Last synced: about 2 months ago
JSON representation
Examples for collective.zamqp
- Host: GitHub
- URL: https://github.com/datakurre/collective.zamqpdemo
- Owner: datakurre
- Created: 2012-04-26T04:19:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-05T14:28:36.000Z (about 12 years ago)
- Last Synced: 2024-10-24T19:38:10.105Z (3 months ago)
- Language: Python
- Size: 215 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.txt
Awesome Lists containing this project
README
collective.zamqpdemo
====================This package contains a few examples of
configuring and using AMQP-messaging with Plone and
`collective.zamqp `_
(with or without ZEO-clustering).After running the buildout, you must start RabbitMQ by::
$ source bin/rabbitmq-env
$ bin/rabbitmq-serverand only then your Plone::
$ bin/instance fg
You can follow the rabbit with login username *guest* and password *guest* at::
http://localhost:55672/mgmt/
If you'd like to hack with the examples, you should also try the built-in
`sauna.reload `_-support
of *collective.zamqp* with::$ RELOAD_PATH=src bin/instance fg
This initialize the AMQP-connections only after reload and eases hacking with
AMQP message consumers and producers.**Note:**
If you have tried these demos before and have not cleared your buildout,
you might have to reset RabbitMQ by removing *./var/rabbitmq*. That's
because the demos have been simplified to use AMQP default virtualhost,
credentials and exchanges.