Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

LDN incoming messages are stored into the ldn_message database table. The incoming LDN messages is stored into a logical queueAs far as the property ldn.enabled  is true and the incoming json is valid, the LDN Message is stored on the table. Together with the storage of the record, the queue status of the message is initialized. The queue_status column of the table contains the status of the LDN message inside the queue. All the possible queue_status values are described into the java class org.dspace.app.ldn.LDNMessageEntity as integer constants.

...