// Also insert the base file name for payload/properties.
deMap.put("__JmsBaseFileName", new DataElement(baseFileName));
idbConnection = ServerDbInfo.getIDbConnectionInfo().getConnection();
idbConnection.setAutoCommit(false);
OperationDataElementManager deMgr = new OperationDataElementManager(idbConnection);
int sessionId = deMgr.addDataElements(deMap);
// Insert new message
msgDbConnection = ServerDbInfo.getMsgDbConnectionInfo().getConnection();
msgDbConnection.setAutoCommit(false);
MsgDb msgDb = new MsgDb(msgDbConnection);