How may I suppress the debug continuous stream of log messages that the ActiveMQ Artemis embedded server generates? Some sample messages:
2016-01-14 09:51:09.066 [DEBUG] [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$2@230a9578-1801390477)] [org.apache.activemq.artemis.core.server:1812] QueueImpl[name=jms.queue.outbox.queue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=6670e14f-ba4d-11e5-8291-080027f267a9]]@70b3a1a3 doing deliver. messageReferences=0 2016-01-14 09:51:09.067 [DEBUG] [Thread-6 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$2@230a9578-1801390477)] [org.apache.activemq.artemis.core.server:1812] QueueImpl[name=jms.queue.outbox.queue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=6670e14f-ba4d-11e5-8291-080027f267a9]]@70b3a1a3 doing deliver. messageReferences=0 2016-01-14 09:51:10.067 [DEBUG] [Thread-15 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$2@230a9578-1801390477)] [org.apache.activemq.artemis.core.server:1812] QueueImpl[name=jms.queue.outbox.queue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=6670e14f-ba4d-11e5-8291-080027f267a9]]@70b3a1a3 doing deliver. messageReferences=0 2016-01-14 09:51:10.067 [DEBUG] [Thread-15 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$2@230a9578-1801390477)] [org.apache.activemq.artemis.core.server:1812] QueueImpl[name=jms.queue.outbox.queue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=6670e14f-ba4d-11e5-8291-080027f267a9]]@70b3a1a3 doing deliver. messageReferences=0 Thank you, Derek