Queue

This property indicates OracleAQQueue instance corresponding to which the notification is received.

Declaration

// C#
public OracleAQQueue Queue { get;}

Property Value

An OracleAQQueue instance corresponding to which the notification is received

Remarks

This property is introduced from 23.4 release onwards. Till 23.3 release, OracleAQMessageAvailableEventArgs class had a property named QueueName, value of which was queue name corresponding to which the notification is received but this property is removed from 23.4 release onwards because OracleAQQueue class itself contains property Name which solves the purpose for former property.