Exporting and Importing the schema with AQ capability
Hi,
We have a production DB which is using Advance queuing and this whole queuing is working fine in Prod but now we have a problem in test Env and it seems that somebody has already tampered the test DB. (the queue reads and sends the messages to DB2)
So i wanted to export the prod schema and import it to the test schema that we have.
i wanted to make sure that if i import it to test db , it doesn't send the messages to the prod DB2 database!!
now it should send the messages to the test DB2 database.
How can i see where it sends the messages after i imported it ? how can i change it?
i'm not sure if i have explained my problem in a correct way and if you have understood my question. Please send me messages and i can explain more about it.