5 pts.
 DATA QUEUE’s
I need to receive data to one DATA QUEUE (DTAQ)and have it automatically written to another DATA QUEUE (DTAQ) Is there away to do this.

Software/Hardware used:
ASKED: January 7, 2008  4:46 PM
UPDATED: January 7, 2008  11:25 PM

Answer Wiki:
I'm not sure if I understand your question completely. If you want to write data from program A to data queue X and have that data also be written, transparently to program A, to data queue Y then I would suggest journaling data queue X, having program B receive the journal entries, and then write the data to data queue Y. If you want to read/receive data in program A from data queue X and have that data, as it's being read, also written to data queue Y then I suspect you are going to need to modify program A to write the data to Y. I hope this helps, Bruce Vining Bruce Vining Services
Last Wiki Answer Submitted:  January 7, 2008  11:25 pm  by  bvining   6,055 pts.
All Answer Wiki Contributors:  bvining   6,055 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _