Scott

How much less proformant?  We're not in a position to upgrade right now
(we're just finishing testing for a release).  Our usage of JMS isn't
heavy.  We only send messages occasionally.  Is it a latency issue or a
throughput issue (or both?).  In other words, are individual messages
quick but you just can't shove a lot through, or are the messages
themselves slower.  In the small tests I did the difference if any
wasn't noticeable.

I'll throw trace on and see if I can get to the bottom of why our
disconnect isn't clean (we attempt to close all connections on
shutdown), but for now the problem is on disconnect the app server can
generate a very large number of disconnect messages.

Thanks

Eric Kaplan

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott M
Stark
Sent: Monday, June 30, 2003 6:59 PM
To: [EMAIL PROTECTED]
Subject: Re: [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>

-- 
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

Eric J Kaplan wrote:

> Thanks Scott.  Is there a UIL2 protocol in 3.0.4?  I only see a UIL,
> which I switched to, and the messages disappeared.  However, I'm still
> concerned I might not be cleaning up properly on disconnect.  First
> question, with UIL, is this an issue?  Second, I turned trace on in
> log4j.xml through the following:
> 
>   <category name="org.jboss.mq">
>     <priority value="TRACE"/>
>   </category>
> 
> but don't see anything different on the output.  Is this not right?
> 
> Regards
> 
> Eric Kaplan



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to