hi, all I am doing some server automation development, and I want to use ActiveMQ as the server communication channel.
The scenario is as following: 1. the admin server issue some task(such as download big file, install something) to specific slaves 2. the slave server receive the task and report the task execution status back. 3. the admin get the report and decide whether to re-issue the task later or set the task status as success. sure, I want to let the communication redundancy as low as possible, Do I need to create a seperate topic for every slave server? Or there is some advice on the design. Thanks in advance. Mahakala