Hi,
I have one xmlBlaster Server, and two client ( ClientA , ClientB ).
ClientA publish a message with topic MM, the content of the message is
encoded by DES, the DESKey is KeyA.
ClientB subscribe a message with topic MM, ClientB has DESKey : KeyB.
ClientA doesn’t have the KeyB, ClientB also doesn’t have the KeyA.
If ClientA sends the message to ClientB directly, ClientB can’t decode it.
Now the Server must do : get the message which is published by
ClientA, then decode it by KeyA.
then encode it by KeyB, then send it to ClientB.
How can I do at server-side? Which plugin to write?