We have a plain old Broker, configured by the following URL. No persistency,
nothing else.

tcp://localhost:61616.

It's initialised in code, like this ;

        container = new BrokerService();
        container.setPersistent(false);
        container.setUseJmx(true);
        container.addConnector(url);
        container.start();

We are getting a warning in the log every minute as below (Wrapped)

Anyone have an idea what could be causing this ? Is there a minute based
heartbeat in ActiveMQ ? (the process running the broker is empty, other than
the broker itself - i.e. it's our simplified just-run-a-broker program)

Cheers,
Charles.


2006-Jun-29 15:58:15.751 aqualive [ActiveMQ Transport Server:
tcp://ultimaquame:61616]  WARN
org.apache.activemq.broker.jmx.ManagedTransportConnection - Failed to
unregister mbean:
org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=tcp_/
/ultimaquame_61616,Connection=217
2006-Jun-29 15:59:17.220 aqualive [ActiveMQ Transport Server:
tcp://ultimaquame:61616]  WARN
org.apache.activemq.broker.jmx.ManagedTransportConnection - Failed to
unregister mbean:
org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=tcp_/
/ultimaquame_61616,Connection=218
2006-Jun-29 16:00:17.516 aqualive [ActiveMQ Transport Server:
tcp://ultimaquame:61616]  WARN
org.apache.activemq.broker.jmx.ManagedTransportConnection - Failed to
unregister mbean:
org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=tcp_/
/ultimaquame_61616,Connection=219
2006-Jun-29 16:01:21.641 aqualive [ActiveMQ Transport Server:
tcp://ultimaquame:61616]  WARN
org.apache.activemq.broker.jmx.ManagedTransportConnection - Failed to
unregister mbean:
org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=tcp_/
/ultimaquame_61616,Connection=220
2006-Jun-29 16:02:22.297 aqualive [ActiveMQ Transport Server:
tcp://ultimaquame:61616]  WARN
org.apache.activemq.broker.jmx.ManagedTransportConnection - Failed to
unregister mbean:
org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=tcp_/
/ultimaquame_61616,Connection=221
2006-Jun-29 16:03:25.640 aqualive [ActiveMQ Transport Server:
tcp://ultimaquame:61616]  WARN
org.apache.activemq.broker.jmx.ManagedTransportConnection - Failed to
unregister mbean:
org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=tcp_/
/ultimaquame_61616,Connection=222
2006-Jun-29 16:04:26.952 aqualive [ActiveMQ Transport Server:
tcp://ultimaquame:61616]  WARN
org.apache.activemq.broker.jmx.ManagedTransportConnection - Failed to
unregister mbean:
org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=tcp_/
/ultimaquame_61616,Connection=223


___________________________________________________________
HPD Software Ltd. - Helping Business Finance Business
Email terms and conditions: www.hpdsoftware.com/disclaimer 


Reply via email to