Just configure your logging the way you want it - presumably you are using log4j in which case you probably want to add into your logging.properties file an entry like the following
log4j.logger.org.apache.activemq.transport.failover.FailoverTransport.level=ERROR Thomas > -----Original Message----- > From: degenaro [mailto:[email protected]] > Sent: 08 May 2011 11:37 > To: [email protected] > Subject: Hide ActiveMQ log4j messages > > My client java code puts data on a queue to be processed by a server, but > these logging messages shown to the client are unwanted: > > May 8, 2011 6:27:09 AM > org.apache.activemq.transport.failover.FailoverTransport doReconnect > INFO: Successfully connected to tcp://localhost:61616 > > I'm using activemq-all-5.4.1.jar > > How do I hide them? > > Thanks. > > Lou. > > -- > View this message in context: http://activemq.2283324.n4.nabble.com/Hide- > ActiveMQ-log4j-messages-tp3506729p3506729.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. ************************************************************************************** This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the [email protected] and delete it from your system as well as any copies. The content of e-mails as well as traffic data may be monitored by NDS for employment and security purposes. To protect the environment please do not print this e-mail unless necessary. NDS Limited. Registered Office: One London Road, Staines, Middlesex, TW18 4EX, United Kingdom. A company registered in England and Wales. Registered no. 3080780. VAT no. GB 603 8808 40-00 **************************************************************************************
