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
+* 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
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
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
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
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
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