I am planning to use PoCo::MQ for one of my projects. I have to
collect information from many hosts and process those information. I
can get the information/message from all the hosts through
MessageQueue and store it in different queue. Is there anyway in
MessageQueue to process those messages which I got from all the hosts.
I have to run different script for each queue with the information
stored in the MQ. Is it possible to do this using MQ?
I can very well process the messages by writing a script. However, I
will have to create each process/pid to call each script for each
message which I feel is not a clean way to do. My goal is have a
single daemon to process all the queues. I though of checking with you
whether there is any way to process the MessageQueue using PoCo::MQ?
Please let me know if you have any queries.
Thanks in advance.
Regards,
Hemaraj