Printing the whole Queue with $monitor

In reply to jayeshranjan:

To print complex data structures(e.g. array, class etc.) you can use %p,

$monitor("Value is %p", my_queue);