Uses of Interface
io.goobi.viewer.controller.mq.MessageHandler
Packages that use MessageHandler
Package
Description
ActiveMQ-based message queue infrastructure for asynchronous task processing within the Goobi viewer,
including broker configuration, queue lifecycle management, message dispatch, and handler registration.
Contains ActiveMQ message handlers that process job requests dispatched via the
viewer's internal message queue, covering PDF generation, uploads, sitemap updates,
and other background tasks.
-
Uses of MessageHandler in io.goobi.viewer.controller.mq
Constructor parameters in io.goobi.viewer.controller.mq with type arguments of type MessageHandlerModifierConstructorDescriptionMessageQueueManager(ActiveMQConfig config, IDAO dao, Map<String, MessageHandler<MessageStatus>> instances) -
Uses of MessageHandler in io.goobi.viewer.model.job.mq
Classes in io.goobi.viewer.model.job.mq that implement MessageHandlerModifier and TypeClassDescriptionclassMessage handler that processes requests to generate EPUB download files for digitized records.classMessage handler that processes requests to generate PDF download files for digitized records.classMessage handler that deletes a file or directory at a given path from the local filesystem.classMessage handler that downloads external resource files (e.g.classMessage handler that refreshes geo map feature sets by reloading their Solr-based data and updating the application cache.classMessage handler that triggers indexing of usage statistics collected from the database into the Solr search index.classMessage handler that sends e-mail notifications to users whose saved searches have new hits since their last notification.classMessage handler that pre-renders PDF files for individual pages of a digitized record and stores them on disk for faster subsequent delivery.classMessage handler that pulls the latest version of the configured viewer theme from its version control repository via a shell command.classMessage handler that removes all expired bearer tokens from the in-memory token manager.classMessage handler that scans the PDF download folder and deletes all expired, unlocked PDF download files.classMessage handler that removes all expired download access tickets from the database.classMessage handler that unloads cached archive trees for a set of record identifiers so that they are reloaded from Solr on next access.classMessage handler stub for asynchronous search result Excel export tasks.classMessage handler that updates the data repository name mapping for a given record identifier in the Solr index and clears any cached access condition data for that record.classMessage handler that regenerates the XML sitemap files for the viewer instance at the configured output path.classMessage handler that polls all waiting user upload jobs and updates their status based on the current indexing state in Solr.