The TcpNoDelay flag should be a configurable attribute
exposed through the org.jboss.mq.il.oil.OILServerILServiceMBean.
Patches should be submitted through sourceforge as cvs diffs.
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx
----- Original Message -----
From: "Loren Rosen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 18, 2002 1:58 PM
Subject: Re: [JBoss-dev] jbossmq message transport times
> I made two changes which I'll describe here. I haven't yet investigated
the
> mechanics of submitting patches.
>
> The changes are both in the org.jboss.mq.il.oil package. Note there are
analogous
> places in the other il subpackages that may also need changing-- my
current test
> evidently doesn't exercise the other code paths.
>
> In OILServerIL, add a line to the createConnection method:
>
> private void createConnection()
> throws Exception
> {
> socket = new Socket(addr, port);
>
> // add the next line
> socket.setTcpNoDelay(true);
>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development