Projects with the use of Enterprise Integration Patterns (EIP)

To see all projects, clear the filter

Stabilization of Asynchronous Communication – Business Components

Period: 11/2017 – 01/2018
Role: Software Developer
Client: Schleupen SE
Team size: 5
Person days: 100

When distributed systems communicate asynchronously and messages are lost, it is very difficult to find out where they go missing. Since the previous project had shown that the errors were no longer in the platform components, the team's task was to provide solutions within the framework to support the business developers.

My contributions to the project::
  • Concept and implementation of the Transaction Outbox Pattern in the framework
  • Documentation of the Transaction Outbox Pattern
  • Training sessions on idempotency and the Transaction Outbox Pattern

Stabilization of Asynchronous Communication – Platform

Period: 07/2017 – 10/2017
Role: Software Developer
Client: Schleupen SE
Team size: 5
Person days: 100

When distributed systems communicate asynchronously and messages are lost, it is very difficult to find out where they go missing. The task of the project was to analyze the existing code and identify and fix weaknesses in the platform components. Solutions were also developed to increase the confidence of testers and developers in the platform components.

My contributions to the project::
  • Concept and implementation of the Test Message Pattern