Hi
maybe someone can help me ;-)
I want to solve the following problem:
'System A' produces messages which contain an unique personName. The
target system ('System B') doesn't know the personName. This system
('System B') uses an unique id for each person. So I have to tranform
this personName to the corresponding id within 'System B'. The mapping
is stored in 'System B' inside a database (jdbc).
My first idea was to use a 'Content Enricher'
(http://www.enterpriseintegrationpatterns.com/DataEnricher.html) but I
didn't find a special implementation for this pattern in the eip package.
Is there a smart way to configure such a 'Content Enricher' within
ServiceMix?
Thanks,
Kristian