JMSException с hermesJms

Привет, у меня есть ошибка в Hermes jms, когда я нажимаю «обнаружить».

это ошибка

javax.jms.JMSException: Could not create InitialContext: Failed to initialize JNDI context, tried 2 time or times totally, the interval of each time is 0ms. 
Timed out while attempting to establish connection to :t3://100.100.00.101:7002
    at hermes.JNDIContextFactory.createContext(JNDIContextFactory.java:282)
    at hermes.ext.HermesAdminSupport.discoverDestinationConfigs(HermesAdminSupport.java:441)
    at hermes.impl.HermesAdminAdapter.discoverDestinationConfigs(HermesAdminAdapter.java:82)
    at hermes.impl.DefaultHermesImpl.discoverDestinationConfigs(DefaultHermesImpl.java:1126)
    at hermes.browser.tasks.DiscoverDestinationsTask.invoke(DiscoverDestinationsTask.java:77)
    at hermes.browser.tasks.TaskSupport.run(TaskSupport.java:175)
    at hermes.browser.tasks.ThreadPool.run(ThreadPool.java:170)
    at java.lang.Thread.run(Thread.java:745)

кто-нибудь может помочь мне решить эту проблему?


person nowaySync    schedule 12.10.2017    source источник


Ответы (1)


Не совсем прямой ответ на ваш вопрос, но в зависимости от ваших вариантов использования вы можете попробовать JMSToolBox

person titou10    schedule 13.10.2017