ORA-25235: fetched all messages in current transaction from string.string Cause: The NEXT_TRANSACTIONnavigation option was used in a dequeue
when there were no more messages that belong to the same transaction. Action: Use theNEXT_TRANSACTION navigation option to move to the next
also use the FIRST_MESSAGE option to start from the head of the queue again.