【发布时间】:2011-01-26 03:28:38
【问题描述】:
我在 activemq 中设置了一个代理网络,我如何从我的客户端应用程序连接到该网络
我试过了
network:static:(tcp://master1.IP:61616,tcp://master2.IP:61617) 和
但我得到以下异常
javax.jms.JMSException: Uncategorized exception occured during JMS processing; nested exception is javax.jms.JMSException: Could not create Transport. Reason: java.io.IOException: Transport scheme NOT recognized: [network];
有
静态:(tcp://master1.IP:61616,tcp://master2.IP:61617)
我得到异常
javax.jms.JMSException: Uncategorized exception occured during JMS processing; nested exception is javax.jms.JMSException: Could not create Transport. Reason: java.io.IOException: Transport scheme NOT recognized: [static];
谢谢
【问题讨论】:
标签: activemq