Skip to content

AzureQ/RunRabbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RunRabbit

Local(Mac)

1 Install RabbitMQ

brew install rabbitmq

2 Edit application.properties

Update src/main/resources/application.properties

spring.profiles.active=rabbitmq-local

3 Run

mvn spring-boot:run

Cloud Foundry

1 Edit application.properties

Update src/main/resources/application.properties

spring.profiles.active=rabbitmq-cloud

2 Compile

mvn clean package

3 Push to Cloud Foundry

cf push
cf bind-service <app name in the manifest.yml> <rabbitmq servie instance>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published