[jboss-user] [JBoss Messaging] - Re: ServiceBindingManager config is not honoured

clebert.suconic@jboss.com do-not-reply at jboss.com
Mon Apr 2 12:29:06 EDT 2007


What file is that?

For changing remoting  properties, you have to change jboss-messaging.sar/remoting-service.xml.

  <mbean code="org.jboss.remoting.transport.Connector"
  |           name="jboss.messaging:service=Connector,transport=bisocket"
  |           display-name="Bisocket transport Connector">
  |       <attribute name="Configuration">
  |          <config>
  |             <invoker transport="bisocket">
  |                <attribute name="marshaller" isParam="true">org.jboss.jms.server.remoting.JMSWireFormat</attribute>
  |                <attribute name="unmarshaller" isParam="true">org.jboss.jms.server.remoting.JMSWireFormat</attribute>
  |                <!-- Serialization type must be jms - do not change! -->
  |                <attribute name="serializationtype" isParam="true">jms</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>
  |                <attribute name="leasePeriod">10000</attribute>
  |                <attribute name="callbackStore">org.jboss.remoting.callback.CallbackStore</attribute>
  |                <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
  |                <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
  |                <attribute name="callbackErrorsAllowed">1</attribute>
  |                <attribute name="numberOfRetries" isParam="true">1</attribute>
  |                <attribute name="NumberOfCallRetries" isParam="true">2</attribute>
  |                <attribute name="clientMaxPoolSize" isParam="true">50</attribute>
  |             </invoker>
  |             <handlers>
  |                <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
  |             </handlers>
  |          </config>
  |       </attribute>
  |       <depends>jboss.messaging:service=NetworkRegistry</depends>
  |    </mbean>
  | 


Notice that the transport now is bisocket... it looks like you were referring to an old version?

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

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



More information about the jboss-user mailing list