Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

ewolff/CloudFoundryMessagingSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Demo application for Rabbit and Cloud Foundry

To run the application:
- Compile it using
mvn package
- Sign up for a Cloud Foundry account at http://cloudfoundry.com
- Install vmc as described at http://start.cloudfoundry.com/tools/vmc/installing-vmc.html
- Change to the target directory
- Install the application using
vmc push
- A Java Spring application should be autodetected - this is fine.
- Make sure to bind a RabbitMQ service to the application.
- You can access the application at the URL defined during deployment.
- You can just send messages and receive them again.

About

Sample for RabbitMQ messaging in Cloud Foundry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages