from hermes.browser import HermesBrowser from hermes import Domain hermes = HermesBrowser.getBrowser().getContext().lookup("EMS") config = hermes.getDestinationConfig("sample", Domain.QUEUE) # Domain.TOPIC for topics. HermesBrowser.getBrowser().getActionFactory().createQueueBrowseAction(hermes, config)
from hermes.browser import HermesBrowser browser = HermesBrowser.getBrowser()
### # @author Victor Didenko # [email protected] # 05.12.2014 # import reply_plugin from hermes.browser import HermesBrowser # create reply plugin reply_plugin.plugin.ReplyPlugin(HermesBrowser.getBrowser(), reply_plugin.__file__)