Created
May 19, 2018 14:01
-
-
Save odedia/b8465b5ba91e5743d9468bf7ab63cb16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #mykafka or myrabbit? | |
| spring.cloud.stream.defaultBinder = myrabbit | |
| #Target Stream for beers channel | |
| spring.cloud.stream.bindings.output.destination = beers-channel | |
| #RabbitMQ Settings: | |
| spring.cloud.stream.binders.myrabbit.type = rabbit | |
| spring.cloud.stream.binders.myrabbit.environment.spring.rabbitmq.addresses = localhost:5672 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment