console « activemq « Java Enterprise Q&A





1. ActiveMQ web console doesn't work with embedded broker    stackoverflow.com

I have an embedded broker completely configured through java code (no deployable xml files). When I point my browser to the web console I just get a 404, and an lsof ...

2. Active MQ Web Admin Console Not Working    stackoverflow.com

Has anyone found a work around or seen the issue of admin console not working in ActiveMQ 5.4.1 & 5.4.0? I'm using the out of the box config. I turned on logging ...

3. ActiveMQ view raw message data in web console    stackoverflow.com

I'm using the web console against my AMQ 5.2 instance successfully, except for I cannot see the content of all of my messages. If I send a test message using the web ...

4. GroovyConsole ActiveMQ error: NoClassDefFoundError: Could not initialize class org.apache.activemq.ActiveMQPrefetchPolicy    stackoverflow.com

I am trying to run a very simple ActiveMQ client script in GroovyConsole. I've included activemq-all-5.5.0.jar and slf4j-api-1.5.11.jar through the Script > Add Jar to ClassPath menu. I see ...

5. activemq DLQ/redelivery does not work for messages moved from admin console    stackoverflow.com

When a message cannot be handled by my consumer I am rolling back and allowing it to be placed onto a dead letter queue. I then use the admin screen to ...

6. ActiveMQ console not available    stackoverflow.com

I installed ActiveMQ 5.5.0 on my Windows machine, and it had a web console (http://localhost:8161/admin) working out of the box. Then I installed ActiveMQ (same version) on a remote Linux box (IP: ...