View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820738#3820738

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820738

Below is my jms configuration for both UIL and HTTPIL



uil2-service.xml:



 <mbean code="org.jboss.mq.il.uil2.UILServerILService"

         name="jboss.mq:service=InvocationLayer,type=UIL2">

    <depends optional-attribute-name="Invoker">jboss.mq:service=Invoker

    UIL2ConnectionFactory

    UIL2XAConnectionFactory

    

    8093

    3000

    true

    <!-- Used to disconnect the client if there is no activity -->

    <!-- Ensure this is greater than the ping period -->

    4000

    <!-- The size of the buffer (in bytes) wrapping the socket -->

    <!-- The buffer is flushed after each request -->

    2048

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

    1000000

  



  <!-- Aliases UIL -> UIL2 for backwards compatibility

       the deprecated UIL deployment can be found in docs/examples/jca -->

   

      UILConnectionFactory

      UIL2ConnectionFactory

   

   

      UILXAConnectionFactory

      UIL2XAConnectionFactory

   





Here's the jboss-service in the META-INF in the HTTPIL SAR:



    <mbean code="org.jboss.mq.il.http.HTTPServerILService"

         name="jboss.mq:service=InvocationLayer,type=HTTP">

    <depends optional-attribute-name="Invoker">jboss.mq:service=Invoker

    jboss.web:service=WebServer

    HTTPConnectionFactory

    HTTPXAConnectionFactory

    0

    60

    0

    <!--attribute name="UseHostName">false</attribute-->

    https://marcelo.MERCADOS/jbossmq-httpil/HTTPServerILServlet

    <!--attribute name="URLPrefix">https://</attribute-->

    <!--attribute name="URLSuffix">jbossmq-httpil/HTTPServerILServlet

    443

    localhost</attribute-->

  





And my code uses the Scheduler service to send a JMS Message every 10 secs to each 
client to probe if it's alive.

Maybe this will help....

Thanks,

   Marcelo


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to