Re: Artemis message queue oriented design help

2015-11-11 Thread bosbeles
I havent read your suggestions yet. I will try to comprehend them. Thanks for your answers again. -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-message-queue-oriented-design-help-tp4703776p4703840.html Sent from the ActiveMQ - User mailing list archive at Nabb

Re: Artemis message queue oriented design help

2015-11-10 Thread bosbeles
Thanks for your answer. The message conversion scenario is trivial. Shorter scenario is that: Site A produces a message X and sends it to site B. If all of the clusters on site B fail, site A will send the message to site C. My scenario looks like B1 B2 B3 C1 C2 C3 are backup servers in that ord

Artemis message queue oriented design help

2015-11-09 Thread bosbeles
Hi. I have problems on designing message queue oriented design on a clustered fault tolerant system. There are three sites A B C. B is clustered as B1 B2 B3. C is clustered as C1 C2 C3. A message X (1000-5000 Xs per second actually) is sent to B cluster from Site A. B converts it to Y and sen