ActiveMQ与RabbitMQ采用camel综合 (2)

1.        在camel.xml中加入配置:

<route> <from uri="activemq:test"/> <to uri="rabbitmq://localhost/?username=guest&password=guest&exchangeType=topic&autoDelete=false&queue=test"/> </route>2.        重新启动ActiveMQ后,在控制台能够看到新增的队列test,

ActiveMQ与RabbitMQ采用camel综合

3.        往ActiveMQ的test队列发送一个消息。

4.        写个简单程序从Rabbitmq的队列test接收消息:

ActiveMQ与RabbitMQ采用camel综合

说明消息已经转发从ActiveMQ到RabbitMQ了。

各软件下载地址:

下载安装erlang:

下载解压rabbitmq zip版本号及java bin client zip:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zzsfxx.html