Created
May 14, 2021 16:55
-
-
Save jeffscottbrown/1ee6399e2193531026e382a158840e5f 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
| $ diff -r mngrailsdemo mngrailsdemo-norabbit | |
| diff -r mngrailsdemo/build.gradle mngrailsdemo-norabbit/build.gradle | |
| 82,84d81 | |
| < | |
| < implementation "io.micronaut.configuration:micronaut-rabbitmq:1.2.0" | |
| < implementation "com.rabbitmq:amqp-client:5.9.0" | |
| diff -r mngrailsdemo/grails-app/conf/application.yml mngrailsdemo-norabbit/grails-app/conf/application.yml | |
| 156,158d155 | |
| < --- | |
| < rabbitmq: | |
| < uri: amqp://localhost:5672 | |
| diff -r mngrailsdemo/grails-app/controllers/mngrailsdemo/GreetingController.groovy mngrailsdemo-norabbit/grails-app/controllers/mngrailsdemo/GreetingController.groovy | |
| 11,13d10 | |
| < @Autowired | |
| < MessageSender messageSender | |
| < | |
| 15d11 | |
| < messageSender.send "Creating Greeting For [$name]" | |
| Only in mngrailsdemo/src/main/groovy/mngrailsdemo: MessageListener.java | |
| Only in mngrailsdemo/src/main/groovy/mngrailsdemo: MessageSender.java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment