This content has been marked as final.
Show 1 reply
-
1. Re: Stomp configuration in ESB 7
garytully Jun 27, 2012 6:27 AM (in response to myender)There is some detail on the relevant commands at
http://fusesource.com/docs/esbent/7.0/amq_admin/FMQAdminConfigSolo.html
But you are on the right track.
You need to edit the activemq.xml and add a stomp transport connector in the normal way and give it the name: stomp.
<transportConnector name="stomp" uri="stomp://0.0.0.0:0" />
Use the wildcard address so that the configuration is reusable and specify the stomp-port=xxxx property in the .cfg file.
(The pid factory will replace the port in any named transport connector url, where the name matches a property called "-port")
You can manually edit etc/org.fusesource.mq.fabric.server-default.cfg or use the command shell config:propset command.