RE: [JBoss-user] jms diagnostics?

2003-07-01 Thread Eric J Kaplan
: [JBoss-user] jms diagnostics? UIL is less performant than OIL so don't go there. UIL2 first showed up in the 3.0.7 release. Trace is a custom log4j level so the syntax is: category name=org.jboss.mq.il priority value=TRACE class=org.jboss.logging.XLevel/ /category

Re: [JBoss-user] jms diagnostics?

2003-06-30 Thread Scott M Stark
Setting org.jboss.mq and org.jboss.mq.il categories to trace level logging will give you all that is available, depending on which layer you need to get information from. The most performant and best monitored IL layer is the UIL2 protocol so think about switching to that as well. --

RE: [JBoss-user] jms diagnostics?

2003-06-30 Thread Eric J Kaplan
, 2003 4:27 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] jms diagnostics? Setting org.jboss.mq and org.jboss.mq.il categories to trace level logging will give you all that is available, depending on which layer you need to get information from. The most performant and best monitored IL layer

Re: [JBoss-user] jms diagnostics?

2003-06-30 Thread Scott M Stark
UIL is less performant than OIL so don't go there. UIL2 first showed up in the 3.0.7 release. Trace is a custom log4j level so the syntax is: category name=org.jboss.mq.il priority value=TRACE class=org.jboss.logging.XLevel/ /category -- Scott Stark Chief