[JBoss-dev] Problems with 'jboss-mq' and autodeployer

2002-01-14 Thread Brian Weaver
Ok, I'm at a loss as to what's going on in the JBossMQ module of CVS. I've been making changes to the underlying OIL transport module of JBoss and I still need to propagate those changes to the UIL transport code. I've been working by checking out the 'jboss-all' module from CVS so that I could

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/il/oil OILConstants.java OILClientIL.java OILClientILService.java OILServerIL.java OILServerILService.java

2002-01-11 Thread Brian Weaver
+* single client. All requests are forwarded to the outer class' +* JMS server instance. +* +* @author Brian Weaver ([EMAIL PROTECTED]) +*/ + private final class Client + implements Runnable + { + /** + * The TCP/IP so

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/il/oil OILClientIL.java OILClientILService.java OILServerIL.java OILServerILFactory.java OILServerILService.java

2002-01-10 Thread Brian Weaver
User: weave Date: 02/01/10 05:38:17 Modified:src/main/org/jboss/mq/il/oil OILClientIL.java OILClientILService.java OILServerIL.java OILServerILFactory.java OILServerILService.java Log: Changed the constants in the file to be all upp

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq SpyTextMessage.java

2001-11-02 Thread Brian Weaver
User: weave Date: 01/11/02 15:06:47 Modified:src/main/org/jboss/mq SpyTextMessage.java Log: Modified the readExternl() method to check the number of available chunks. If there is only one chuck available then the initial capacity of the StringBuffer is set to the number of av

Re: [JBoss-dev] SpyTextMessage StringBuffer allocation!? (Memory Overload!)

2001-11-02 Thread Brian Weaver
UTF() ); } - content = sb.toString(); + content = sb.substring(0, sb.length()); } } Brian Weaver [[EMAIL PROTECTED]] wrote: > I'm busy trying to run our application using JBossMQ and were having > some sever memory problems with our application. I've be

[JBoss-dev] SpyTextMessage StringBuffer allocation!? (Memory Overload!)

2001-11-02 Thread Brian Weaver
I'm busy trying to run our application using JBossMQ and were having some sever memory problems with our application. I've been using OptimizeIt to track down what happening, and I've found that the class SpyTextMessage is using a java.lang.StringBuffer class to read int the UTF text from the Obje

[JBoss-dev] Question about durable subscription setup

2001-11-01 Thread Brian Weaver
Hi All, I've been trying to come up to speed on JBoss, espicially the MQ part of JBoss. To that end I've actually downloaded the source from CVS, built it, attempted to configure it, and made RPMs to install it for testing. The main problem I'm having right now it a lack of documentation. I'm w