vendredi 21 avril 2017

Which design pattern to use for passing messages?

I am looking for which design pattern to use.

I have a producer which produces some message and the consumer which will receive the message, process the message and send it back to the producer.

Producer will again do some processing on the message and send it back to the consumer. So it is kind of back and forth messages between the producer and consumer.

Which design pattern can be used for this purpose ?

Aucun commentaire:

Enregistrer un commentaire