[jboss-user] [Remoting] - Re: Simple Socket Server (TEXT)?
cazuza
do-not-reply at jboss.com
Tue Jul 10 03:43:08 EDT 2007
"cazuza" wrote : sorry the config file is here
| <server>
| <!-- ==================================================================== -->
| <!-- Invokers to the JMX node -->
| <!-- ==================================================================== -->
| <mbean code="org.jboss.remoting.transport.Connector"
| name="com.xxxx:service=Connector,transport=socket"
| display-name="RacingDB Socket transport Connector">
| <attribute name="Configuration">
| <config>
| <invoker transport="socket">
| <attribute name="timeout">5000</attribute>
| <attribute name="dataType" isParam="true">text</attribute>
| <attribute name="marshaller" isParam="true">com.xxxx.dbi.socket.TextMarshaller</attribute>
| <attribute name="unmarshaller" isParam="true">com.xxxx.dbi.socket.TextUnMarshaller</attribute>
| <attribute name="serverSocketClass">com.xxxx.dbi.socket.SimpleInputStreamWrapper</attribute>
| <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
| <attribute name="serverBindPort">6193</attribute>
| <attribute name="enableTcpNoDelay" isParam="true">true</attribute>
| </invoker>
| <handlers>
| <handler subsystem="RDBIS">com.xxxx.dbi.socket.Handler</handler>
| </handlers>
| </config>
| </attribute>
| </mbean>
|
| </server>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062266#4062266
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062266
More information about the jboss-user
mailing list