Jboss Fuse amq:将消息发送到jboss fuse中的队列

时间:2014-12-03 20:24:59

标签: activemq amqp jbossfuse

我已经安装了Jboss-fuse,并创建了一个名为 test.queue.sample的amq

现在我想要activemq-amqp-example SimpleProducer将消息发布到此FUSE-amq / test.que.sample

我尝试使用适当的代理值更新jndi.properties文件。但它没有连接,我错过了什么?见截图。

注意:

目标不是像amqp这样的协议(如果需要,我可以改变它)。目标是将消息发送到jboss fuse中配置的mq,正确的连接URL,正确的jndi属性等。

jndi.properties - 已更新

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

JbossFuse MQ settings

avtivemq-amqp-sample: SimpleProducer.java

amq transport - uri from jboss-fuse mgmt interface

0 个答案:

没有答案