ORA-25228: timeout or end-of-fetch during message dequeue
561611Oct 29 2007 — edited Sep 25 2008Hello,
When waiting for new messages using JMS we have noticed that the Oracle drivers are throwing exceptions internally when there is nothing in the queue. The Exceptions don't propagate out of the driver and don't affect our JMS code but I still find the behaviour strange.
The error from the database is
ORA-25228: timeout or end-of-fetch during message dequeue from TEST.AQ$_TEST_QUEUE_TABLE_E
ORA-06512: at "SYS.DBMS_AQIN", line 571
ORA-06512: at line 1
Is there possibly anything wrong with our configuration? If this can be ignored then are there any performance problems with doing this?
The timeout appears to be 120 seconds and I'm not aware of conciously setting this myself.
Thanks,
Tom