This source refers to the use of LDAP to import configuration into archive.
version: 1
dn: dcmStorageID=nearline,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
dcmInstanceAvailability: NEARLINE
dcmProperty: pathFormat={now,date,yyyy/MM/dd}/{0020000D,hash}/{0020000E,hash}/{00080018,hash}
dcmProperty: checkMountFile=NO_MOUNT
objectClass: dcmStorage
dcmStorageID: nearline
dcmURI: ${jboss.server.data.url}/nearline/
OK: CREATES a new dcmStorageID/dcmURI
dn: dcmExporterID=CopyToNearlineStorage,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
dcmExporterID: CopyToNearlineStorage
dicomDescription: Copy to NEARLINE Storage
dcmQueueName: Export5
objectClass: dcmExporter
dicomAETitle: DCM4CHEE
dcmURI: storage:nearline
??: CREATES a new QUEUE that targets the nearline storage??
dn: cn=Copy to NEARLINE Storage,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
dcmExporterID: CopyToNearlineStorage
dcmDuration: PT1M
dcmEntity: Series
dcmProperty: SendingApplicationEntityTitle=NEARLINE
objectClass: dcmExportRule
cn: Copy to NEARLINE Storage
??: CREATES a new copy ?method? for copying data to nearline??
Slightly lower on that page is a section that talks about creating another QUEUE (for archive > 5.24.0) - still using LDAP
dn: dcmQueueName=Nearline Storage Export,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
dcmPurgeQueueMessageCompletedDelay: P1D
dcmRetryDelay: PT30S
dcmMaxRetries: 10
dicomDescription: Nearline Storage Export Tasks
dcmQueueName: Nearline Storage Export
objectClass: dcmQueue
dcmRetryDelayMultiplier: 200
dcmMaxRetryDelay: PT10M
Is this intended to replace/supplement the queue section in the section above (in BOLD)??