Uses of Class
org.miaixz.bus.extra.mq.MQConfig
Packages that use MQConfig
Package
Description
Provides a facade encapsulation for Message Queue (MQ) functionalities.
-
Uses of MQConfig in org.miaixz.bus.extra.mq
Methods in org.miaixz.bus.extra.mq that return MQConfigModifier and TypeMethodDescriptionstatic MQConfigCreates a newMQConfiginstance with the specified broker URL.MQConfig.setBrokerUrl(String brokerUrl) Sets the broker URL for this MQ configuration.MQConfig.setCustomEngine(Class<? extends MQProvider> customEngine) Sets a customMQProviderengine class to be used.MQConfig.setProperties(Properties properties) Sets the additional properties for this MQ configuration.Methods in org.miaixz.bus.extra.mq with parameters of type MQConfigModifier and TypeMethodDescriptionstatic MQProviderMQFactory.createEngine(MQConfig config) Creates anMQProviderinstance based on the providedMQConfig.Initializes the MQ provider with the given configuration.