Skip to content

Commit

Permalink
Merge pull request #28 from PhoneixS/patch-1
Browse files Browse the repository at this point in the history
Fixed wrong class name in include
  • Loading branch information
Jay Bryant committed Oct 13, 2023
2 parents 7649ea4 + d37ea4c commit 7ee0c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ reducing the amount of code you have to write.
You will use `RabbitTemplate` to send messages, and you will register a `Receiver` with
the message listener container to receive messages. The connection factory drives both,
letting them connect to the RabbitMQ server. The following listing (from
`src/main/java/com.example.messagingrabbitmq/MessagingRabbitApplication.java`) shows how
`src/main/java/com.example.messagingrabbitmq/MessagingRabbitmqApplication.java`) shows how
to create the application class:

====
Expand Down

0 comments on commit 7ee0c31

Please sign in to comment.