Assuming the default server:

Edit the file
<jboss-home>\server\default\deploy\jms\jbossmq-service.xml.

Add a new XML MBean definition using the existing ones
as a template.  For example:

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


//Nicholas


--- shahin <[EMAIL PROTECTED]> wrote:
> Hi list,
> How can I create new ConnectionFactory in JBoss3.2.1
> 
> Thanks.
> 
> 
> 
>
-------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built
> ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are
> available now.
> Download today and enter to win an XBOX or Visual
> Studio .NET.
>
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/jboss-user


=====
Nicholas Whitehead
Home: (973) 377 9335
Cell: (201) 615 2716
[EMAIL PROTECTED]
Get Your News From The Crowbar: http://crowbar.dnsalias.com:443/crowbar/


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to