Skip to content

acogoluegnes/PDF-workers-with-RabbitMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF workers with RabbitMQ (blog)

Pre-requisites

A running RabbitMQ instance (on localhost, port 5072).

Solution based on Spring AMQP

Run the SpringAmqpPdfServer class and check the URL on the console.

Solution based on Spring Integration's AMQP support

Run the SpringIntegrationPdfServer class and check the URL on the console.

Enjoy!