Tag: rabbitmq

GDPR forget-me app (Part 1): Requirements

October 26, 2019 · 6 min read
In preparation for the enforcement of GDPR which becomes final on the 25th of May 2018, I’m creating a simple, open source forget-me app for craftingjava.com in compliance with Art. 17 GDPR (‘right to be forgotten’).

GDPR forget-me app (Part 2): Messaging with Spring Integration and AMQP

October 1, 2019 · 13 min read
This second part focuses on how to use Java DSL for defining in- and outbound messaging with Spring Integration’s AMQP support.