Version 1

    Hello everyone,

     

         there is an issue about jbr-socket. I want to implement a socket proxy, but I don't find a socket producer in jboss soa documens. could it be implemented ? meanwhile, I found another issue that the jbr-socket only be called by jbr-client. it couldn't be called by normal socket client ?

     

    the following is the config.

     

     

    <providers>
      <jbr-provider name="empi-socket" protocol="socket" host="192.168.0.23">
       <jbr-bus busid="empi-socket" port="64111"></jbr-bus>
      </jbr-provider>
     </providers>
    
    <service category="empi" description="empi" name="socket"
       invmScope="GLOBAL">
       <listeners>
        <jbr-listener is-gateway="true" name="empi-listener"
         busidref="empi-socket" />
       </listeners>
       <actions mep="OneWay">
        <!-- action name="myAction"/-->
        <action name="print">
         <property name="message" value="Message HL7 recu" />
        </action>
       </actions>
      </service>
    

     

    Please help me!

     

    regards,

    Jackie