[jboss-user] [JBoss Messaging] - Re: JNP message queues through SSH tunnels

ovidiu.feodorov@jboss.com do-not-reply at jboss.com
Thu Aug 24 17:01:37 EDT 2006


Keep in mind that JNDI server connection is just the first connection attempted by the JMS client. It also needs to go to the server-side Remoting connector:


  |    <mbean code="org.jboss.remoting.transport.Connector"
  |           name="jboss.messaging:service=Connector,transport=socket"
  |           display-name="Socket transport Connector">
  |       <attribute name="Configuration">
  |          <config>
  |             <invoker transport="socket">
  |                <attribute name="marshaller" isParam="true">org.jboss.jms.server.remoting.JMSWireFormat</attribute>
  |                <attribute name="unmarshaller" isParam="true">org.jboss.jms.server.remoting.JMSWireFormat</attribute>
  |                <attribute name="serializationtype" isParam="true">jboss</attribute>
  |                <attribute name="dataType" isParam="true">jms</attribute>
  |                <attribute name="socket.check_connection" isParam="true">false</attribute>
  |                <attribute name="timeout">0</attribute>
  |                <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
  |                <attribute name="serverBindPort">4457</attribute>
  | 
  |                ......
  | 
  | 


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

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



More information about the jboss-user mailing list