Messaging with RabbitMQ

Mark Adelsberger Articles, Development Technologies & Tools, Java, Python, Tutorial Leave a Comment

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.We previously published a brief tutorial showing how to set up a Spring RabbitMQ Template. Now, let’s take a step back for a broader view of what RabbitMQ is and how you …

Tutorial: RabbitMQ with Spring Framework

Zhihua Douglas Dong Articles, Java, Spring, Tutorial 13 Comments

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.In this quick tutorial, we will create a RabbitMQ Template to send messages to an exchange. The exchange we are working to send a message to is named “TUTORIAL-EXCHANGE” with a routing …