multiple jms connection factory

半腔热情 提交于 2019-12-11 05:36:01

问题


i have two connection factories, one is for WAN(internet ip), another is for the LAN(lan ip), two connection factories are working fine now in my project. but the only thing is in some case of application deployment that LAN won't appear for the particular customer,but some are needed.then i need the application config will heardbeat the connection facotry what if the remote remote activeMQ server appear then connection, otherwise heardbeat it , but now sometimes the it will block/stuck the application starting procedure .(start processes will failed)

are there any way to resovled it ?

thanks .

来源:https://stackoverflow.com/questions/19854396/multiple-jms-connection-factory

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!