Skip to content

Commit

Permalink
Add comment to clarify in which use case the consumer submissionconfi…
Browse files Browse the repository at this point in the history
…g is useful
  • Loading branch information
toniprieto committed Apr 26, 2024
1 parent 5aaa6f1 commit 98b1b8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dspace/config/dspace.cfg
Expand Up @@ -831,6 +831,11 @@ event.consumer.ldnmessage.class = org.dspace.app.ldn.LDNMessageConsumer
event.consumer.ldnmessage.filters = Item+Install

# item submission config reload consumer
# This consumer can be useful for reloading changes made in the item-submission.xml config file,
# without restarting Tomcat, primarily for adding new collection mappings.
# With this consumer, configuration reloading is triggered after a collection is updated.
# It is disabled by default. To enable it, add 'submissionconfig' to the list of
# activated consumers (event.dispatcher.default.consumers).
event.consumer.submissionconfig.class = org.dspace.submit.consumer.SubmissionConfigConsumer
event.consumer.submissionconfig.filters = Collection+Modify_Metadata

Expand Down

0 comments on commit 98b1b8a

Please sign in to comment.