我已经安装了Jboss-fuse,并创建了一个名为 test.queue.sample的amq
现在我想要activemq-amqp-example SimpleProducer将消息发布到此FUSE-amq / test.que.sample
我尝试使用适当的代理值更新jndi.properties文件。但它没有连接,我错过了什么?见截图。
目标不是像amqp这样的协议(如果需要,我可以改变它)。目标是将消息发送到jboss fuse中配置的mq,正确的连接URL,正确的jndi属性等。
java.naming.factory.initial = org.apache.qpid.amqp_1_0.jms.jndi.PropertiesFileInitialContextFactory
java.naming.provider.url = src/main/resources/jndi.properties
--this line updated
connectionfactory.myJmsFactory = amqp://admin:admin@localhost/test/?brokerlist='tcp://localhost:61616'
queue.queue/simple = test.queue.simple