Uses of Class
io.goobi.viewer.exceptions.MessageQueueException
Packages that use MessageQueueException
Package
Description
REST resources for Solr index interaction in the v1 API, providing endpoints
for querying index field information and triggering indexer operations.
ActiveMQ-based message queue infrastructure for asynchronous task processing within the Goobi viewer,
including broker configuration, queue lifecycle management, message dispatch, and handler registration.
JSF managed beans (CDI backing beans) of the Goobi viewer.
-
Uses of MessageQueueException in io.goobi.viewer.api.rest.v1.index
Methods in io.goobi.viewer.api.rest.v1.index that throw MessageQueueExceptionModifier and TypeMethodDescriptionIndexerResource.setIndexerVersion(IndexerDataRequestParameters params) Used by the Solr indexer to submit its current version and hotfolder file count. -
Uses of MessageQueueException in io.goobi.viewer.controller.mq
Methods in io.goobi.viewer.controller.mq that throw MessageQueueExceptionModifier and TypeMethodDescriptionMessageQueueManager.addToQueue(ViewerMessage message) Adds the message to the internal message queue to be handled later. -
Uses of MessageQueueException in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that throw MessageQueueException