Example 1: outbound queue after create subscription

In this example, the create subscription command at the replicate Replication Server starts the materialization process by selecting from the primary database:

create subscription emp_queue_sub
for emp_queue
 with replicate at LNDS.lndb

To view the entire queue:

sysadmin dump_queue, 103, 0,-1,1,-2

Output

95/06/28 16:24:15. BLOCK BEGIN q_number=103  q_type=0 blk=0:20 cnt=1
I. 95/06/28 16:24:15.     Begin Transaction Origin User= Tran Name=
I. 95/06/28 16:24:15.       ENTRY len=176 orig=102 oqid=0000000100000a5c0000028e000dffffffff00000000883c010dd7000001000000000000 lqid=0:20:0 st=21 tr= '0000000100000a' \ '0009' NYDSnydb comlen=61 activate subscription 0x010000658000006f 0

Explanation