Hi, We are facing an obstacle where we may want to read
event/message/data queues (MQ) from one of our servers. Since there are
numerous users on the same server we want to prevent the reading of
queues from affecting the performance in any way. If we have to solve
this by requests, then I do think we need to distrbute the data read or
written in a reasonable manner. Currently I am thinking that we could do
something like this:Either we set up schema methods (web services) for
writing data to ou...