Hi Peter,
you can now try the following configuration:
JdbcStorage[ldbc]=org.xmlBlaster.util.queue.jdbc.JdbcQueueCommonTablePlugin,\
url=jdbc:ldbc:postgresql://localhost/test,\
user=postgres,\
password=,\
connectionPoolSize=1,\
connectionBusyTimeout=90000,\
maxWaitingThreads=300,\
tableNamePrefix=XB_,\
nodesTableName=NODES,\
queuesTableName=QUEUES,\
entriesTableName=ENTRIES,\
dbAdmin=true,\
cascadeDeleteSupported=false,\
nestedBracketsSupported=false,\
configurationIdentifier=ldbc
JdbcDriver.mapping[ldbc]=string=varchar(128),"longint=decimal(19,0)",int=int,boolean=char(1),blob=blob,pingStatement=SHOW
ALL,blobVarName=ablob,keyAttr=not null
StoragePlugin[JDBC][1.0]=${JdbcStorage[ldbc]}
QueuePlugin[JDBC][1.0]=${JdbcStorage[ldbc]}
The ldbc driver with the postgres DB works with the newly modified
JdbcQueueCommonTablePlugin
Michele