Uses of Class
io.goobi.viewer.controller.mq.ActiveMQConfig
Packages that use ActiveMQConfig
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.
-
Uses of ActiveMQConfig in io.goobi.viewer.controller.mq
Constructors in io.goobi.viewer.controller.mq with parameters of type ActiveMQConfigModifierConstructorDescriptionMessageQueueManager(ActiveMQConfig config, IDAO dao) MessageQueueManager(ActiveMQConfig config, IDAO dao, Map<String, MessageHandler<MessageStatus>> instances)