-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
AMQ 7.7.0.GA
-
None
-
False
-
False
-
-
Undefined
-
-
AMQ broker running on Openshift and using oracle database for persistence is showing strange behavior. Suppose the page store table name is configured as follows:
<page-store-table-name>PAGE_STORE</page-store-table-name>
It is observed that often when the paging starts, the broker appends some numbers at the end of PAGE_STORE and creates a new table with that name:
CREATE TABLE PAGE_STORE4294967301 (ID NUMBER(19) GENERATED BY DEFAULT ON NULL AS IDENTITY, FILENAME VARCHAR(255), EXTENSION VARCHAR(10), DATA BLOB, PRIMARY KEY(ID))
It seems this is where the id is appended to the table: