Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 357 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 357 Bytes

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!