ActiveMQ Web Console是否可以自定义?
Can the ActiveMQ Web Console Be Customized?
我想自定义 ActiveMQ Web 控制台以显示自定义 header 的列。这可能吗?
确实有可能,Web 控制台文件位于 %AMQROOT%/webapps/admin
中,应该足以应用小的更改。
如果您正在寻找更灵活的方式,我建议您转到 hawtio (http://hawt.io/) and create your own fork of the activemq plugin
(https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/activemq)。
我想自定义 ActiveMQ Web 控制台以显示自定义 header 的列。这可能吗?
确实有可能,Web 控制台文件位于 %AMQROOT%/webapps/admin
中,应该足以应用小的更改。
如果您正在寻找更灵活的方式,我建议您转到 hawtio (http://hawt.io/) and create your own fork of the activemq plugin
(https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app/activemq)。