Message Translation Between Systems
Posted
by OldTimer
on Stack Overflow
See other posts from Stack Overflow
or by OldTimer
Published on 2010-03-03T05:13:08Z
Indexed on
2010/03/28
20:43 UTC
Read the original article
Hit count: 211
messaging
|translation
I find that most of my work involves creating shims so that different systems can communicate with each other.
Is there any software solutions that handle this. I don't want to make my own.
For example if we received a message like { a: 'abc', b: 1 } from System1, we might want to send { a: f('abc'), c: 'System1'} to System2.
Know of anything like that?
© Stack Overflow or respective owner