Created
May 20, 2018 10:19
-
-
Save odedia/4681e063debed6d6b369f5792559346b 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
| #myrabbit or mykafka? | |
| spring.cloud.stream.defaultBinder = myrabbit | |
| spring.cloud.stream.bindings.input.destination=beers-channel | |
| spring.cloud.stream.bindings.input.group = beers-group | |
| #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