Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

DEPRECATED - no longer maintained

License

Notifications You must be signed in to change notification settings

vmware-archive/rabbit-spring-example-app

Repository files navigation

DEPRECATED - no longer maintained

This app used to be used in smoke tests, but it is no longer used or maintained.

gradle build
cf create-service p-rabbitmq standard rabbitmq
cf create-security-group rabbitmq-sg asg-rabbitmq.json
cf bind-security-group rabbitmq-sg pcf-rabbitmq pcf-rabbitmq
cf push
curl -X POST http://pivotal-rabbitmq.bosh-lite.com/queues/<queueName> -d "the message contents" -H "content-type: text/plain"
curl -X GET http://pivotal-rabbitmq.bosh-lite.com/queues/<queueName>
cf delete-security-group rabbitmq-sg

About

DEPRECATED - no longer maintained

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages