Thursday, August 30, 2018

Spring Boot — Messaging With RabbitMQ in PCF

In this article, I would like to demonstrate how to create a simple RabbitMQ message producer and consumer using the Spring Boot starter packs and what it takes to deploy the application in PCF. 

In the example below, I will create a simple message producer that will drop a simple JSON string into a queue in the PCF RabbitMQ message broker and then create a simple message consumer that will consume the same message and print the details in the console.  



from DZone.com Feed https://ift.tt/2C0y23w

No comments:

Post a Comment