3

I know I could re-enqueue, but I'd like to know if I can enable/disable anything using the internals or JMX

I am using TomEE+ 1.6.0, which relies on ActiveMQ

Leo
  • 6,480
  • 4
  • 37
  • 52

1 Answers1

2

This should be possible using the JMX console of the Apache Tomcat. Have a look here https://tomcat.apache.org/tomcat-6.0-doc/monitoring.html

A similar problem concerning the JBoss AS in conjunction with the HornetQ Framework which is also JMS based, is disussed here. Pause MDB message Processing

Community
  • 1
  • 1
Diversity
  • 1,890
  • 13
  • 20