rh-messaging / artemis-hawtio

Apache License 2.0
20 stars 11 forks source link

Is there a version compatible with Artemis version 1.1.0? #17

Closed npeder closed 7 years ago

npeder commented 7 years ago

JBoss EAP 7.0 is bundled with Artemis version 1.1.0.SP16-redhat-1 and it seems the hawtio plugin tries to use some operations that does not exist in this version:

From the hawtio console log:

[Core] Operation sendTextMessage(java.util.Map, java.lang.String, java.lang.String, java.lang.String) failed due to: java.lang.IllegalArgumentException : No operation sendTextMessage found on MBean org.apache.activemq.artemis:address="jms.queue.e_message_status_queue",module=Core,name="jms.queue.e_message_status_queue",type=Queue

andytaylor commented 7 years ago

you will need to use 1.3 or later

bligny commented 7 years ago

Can you please tell us which previous version (i.e git tag) of artemis-hawtio is compatible with the "old" Artemis 1.1.0 ? Thx in advance.

andytaylor commented 7 years ago

there isnt one, this was developed post 1.3

buehlmann commented 7 years ago

Would be nice to use this plugin with Wildfly 10 / EAP 7. Especially for inspecting destinations by webbrowser and not with standalone applications like Hermes JMS..