UVM Monitor

In reply to sunils:

I dont have sequence item for my dut. Without seq item, how would I collect the transactions from DUT into a queue or tlm_fifo? If so could you please provide me the syntax for doing that? I dont know whether I am asking the question correctly. But my doubt is this only according to my understanding. So far in monitor, i have seen the transactions being collected like,
uvm_analysis_port #(mas_seq_item)mas_monitor_port

Please help me out with this.