Will this change mean that any programs will still continue to use
"ConnectionFactory" in the JNDI lookup, but will get new OIL2 factory?

From which version is OIL2 supported?

On Tue, Oct 22, 2002 at 11:26:54AM -0500, Luttrell, Peter wrote:
> 
> I assume that all I need to change is from this:
> 
> <mbean code="org.jboss.mq.il.oil.OILServerILService"
>        name="jboss.mq:service=InvocationLayer,type=OIL">
>     <depends
> optional-attribute-name="Invoker">jboss.mq:service=Invoker</depends>
>     <attribute name="ConnectionFactoryJNDIRef">ConnectionFactory</attribute>
>     <attribute
> name="XAConnectionFactoryJNDIRef">XAConnectionFactory</attribute>
>     <attribute name="ServerBindPort">8090</attribute>
>     <attribute name="PingPeriod">60000</attribute>
>     <attribute name="EnableTcpNoDelay">true</attribute>
>   </mbean>
> 
> 
> to this:
> 
> <mbean code="org.jboss.mq.il.oil2.OIL2ServerILService"
>        name="jboss.mq:service=InvocationLayer,type=OIL">
>     <depends
> optional-attribute-name="Invoker">jboss.mq:service=Invoker</depends>
>     <attribute name="ConnectionFactoryJNDIRef">ConnectionFactory</attribute>
>     <attribute
> name="XAConnectionFactoryJNDIRef">XAConnectionFactory</attribute>
>     <attribute name="ServerBindPort">8090</attribute>
>     <attribute name="PingPeriod">60000</attribute>
>     <attribute name="EnableTcpNoDelay">true</attribute>
>   </mbean>
> 
> 
> If this is correct the results aren't so great, in fact its slower then the
> original OIL.
> 
> Just did a couple of tests at work (somewhat of a congested network):
> 
> OIL1: 1000-1050 messages per second
> OIL2:         550-600 messages per second
> 
> .peter
> 
> 
> 
> -----Original Message-----
> From: Corby Page [mailto:CorbyPage@;duke-energy.com]
> Sent: Tuesday, October 22, 2002 10:22 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] JBossMQ Perforamance
> 
> 
> Peter,
> 
>   The new OIL2 Invocation layer is supposed to contain significant
> performance enhancements. Plug in org.jboss.mq.il.oil2.OIL2ServerILService
> as your new Invocation Layer and let us know the new results.
> 
> Thanks,
> Corby
> 
> 
> 
> -------------------------------------------------------
> This sf.net emial is sponsored by: Influence the future 
> of Java(TM) technology. Join the Java Community 
> Process(SM) (JCP(SM)) program now. 
> http://ad.doubleclick.net/clk;4699841;7576301;v?http://www.sun.com/javavote
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> 
> This transmission contains information solely for intended recipient and may
> be privileged, confidential and/or otherwise protect from disclosure.  If
> you are not the intended recipient, please contact the sender and delete all
> copies of this transmission.  This message and/or the materials contained
> herein are not an offer to sell, or a solicitation of an offer to buy, any
> securities or other instruments.  The information has been obtained or
> derived from sources believed by us to be reliable, but we do not represent
> that it is accurate or complete.  Any opinions or estimates contained in
> this information constitute our judgment as of this date and are subject to
> change without notice.  Any information you share with us will be used in
> the operation of our business, and we do not request and do not want any
> material, nonpublic information. Absent an express prior written agreement,
> we are not agreeing to treat any information confidentially and will use any
> and all information and reserve the right to publish or disclose any
> information you share with us.
> 
> 
> -------------------------------------------------------
> This sf.net emial is sponsored by: Influence the future 
> of Java(TM) technology. Join the Java Community 
> Process(SM) (JCP(SM)) program now. 
> http://ad.doubleclick.net/clk;4699841;7576301;v?http://www.sun.com/javavote
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user

-- 
Alwyn Schoeman
SMART Money Inc.

"The clock on the wall keeps moving, time stands still...
 No matter how the dice may fall, someone else always gets to call the number..."

Attachment: msg22393/pgp00000.pgp
Description: PGP signature

Reply via email to