GitXplorerGitXplorer
c

rabbit-mq-on-cloud-foundry

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
121a748a088709a1e76b9f7ae4334033b36d7c5b

adds spaces between commas. to format.

ccqueiroz-pivotal committed 10 years ago
Unverified
e9a53b0f4e759e9dd556d4cff6bb408115dca9cc

Adds credentials to python script.

ccqueiroz-pivotal committed 10 years ago
Unverified
62fbdbf4b98a75caaf264ee6becfa63a19ae6b85

add tests and consumer for messages.

ccqueiroz-pivotal committed 10 years ago
Unverified
73025c2b77fadd8a81530a31b736863dc2cc0596

added message on how to consume from queues

ccqueiroz-pivotal committed 10 years ago
Unverified
2a11bbb7a0d11e47dde66e8d54d5268cd3f373c7

added a python client to consume messages.

ccqueiroz-pivotal committed 10 years ago
Unverified
35a23f0e64e7cf4be065495b9795789f702a233e

Update README.md

ccaxqueiroz committed 10 years ago

README

The README file for this repository.

rabbit-mq-on-cloud-foundry

simple app to upload file content and send to rabbit mq on CF

to send files to the app:

curl --form "file=@yourfile.txt" http://fileproc-rmq."your cf domain"/upload

where yourfile.txt is the file you want to send and "your cf domain" is the cf paas you are using.

To consume messages:

run: python recv.py. Remember to change the host to he rabbitmq host used.