RabbitMQ AMQP Transport Support in WSO2 ESB 4.8

半腔热情 提交于 2019-12-01 14:02:11

Admin console "complains" about unescaped & (ampersand) character.

If you change the line with endpoint address by replacing & with & you should be able to save the service and continue your experiments with WSO2 ESB and RabbitMQ.

Example entry:

<address uri="rabbitmq://AMQPProxy?rabbitmq.server.host.name=localhost&amp;rabbitmq.server.port=5672&amp;rabbitmq.server.user.name=guest&amp;rabbitmq.server.password=guest&amp;rabbitmq.queue.name=queue2&amp;rabbitmq.exchange.name=exchange2"/>
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!