Just make a new -service.xml like the following:

Make sure the /server/mbean/name and JNDIRefs are unique

uil2-service.xml
<?xml version="1.0" encoding="UTF-8"?>

<!-- $Id: uil2-service.xml,v 1.1.2.1 2003/08/23 22:21:28 ejort Exp $ -->

<server>

  <!-- JBossMQ using the Unified Invocation Layer
       All communication uses one socket connection -->

  <mbean code="org.jboss.mq.il.uil2.UILServerILService"
         name="jboss.mq:service=InvocationLayer,type=UIL2">
    <depends
optional-attribute-name="Invoker">jboss.mq:service=Invoker</depends>
    <attribute
name="ConnectionFactoryJNDIRef">UIL2ConnectionFactory</attribute>
    <attribute
name="XAConnectionFactoryJNDIRef">UIL2XAConnectionFactory</attribute>
    <attribute name="ServerBindPort">8093</attribute>
    <attribute name="PingPeriod">60000</attribute>
    <attribute name="EnableTcpNoDelay">true</attribute>
    <!-- Used to disconnect the client if there is no activity -->
    <!-- Ensure this is greater than the ping period -->
    <attribute name="ReadTimeout">70000</attribute>
    <!-- The size of the buffer (in bytes) wrapping the socket -->
    <!-- The buffer is flushed after each request -->
    <attribute name="BufferSize">2048</attribute>
    <!-- Large messages may block the ping/pong -->
    <!-- A pong is simulated after each chunk (in bytes) for both
reading and writing -->
    <!-- It must be larger than the buffer size -->
    <attribute name="ChunkSize">1000000</attribute>
  </mbean>

</server>

Regards,
Adrian

On Thu, 2003-08-28 at 06:30, SHAHIN HADJIKULIEV wrote:
> How can define additional connection factories?
> 
> Thanks.
> Shahin
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to