[jboss-jira] [JBoss JIRA] Created: (JBAS-3731) The default ServiceBindingManager's sample bindings file should override JBoss Messaging's Connector configuration

Ovidiu Feodorov (JIRA) jira-events at jboss.com
Sat Sep 30 00:47:42 EDT 2006


The default ServiceBindingManager's sample bindings file should override JBoss Messaging's Connector configuration
------------------------------------------------------------------------------------------------------------------

                 Key: JBAS-3731
                 URL: http://jira.jboss.com/jira/browse/JBAS-3731
             Project: JBoss Application Server
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Other
    Affects Versions: JBossAS-4.0.5.CR1, JBossAS-4.0.4.GA
            Reporter: Ovidiu Feodorov
             Fix For: JBossAS-4.0.5.GA, JBossAS-5.0.0.Beta


The default ServiceBindingManager's sample bindings file (${jboss.home.url}/docs/examples/binding-manager/sample-bindings.xml) should contain <service-config> entries that would override JBoss Messaging's Connector configuration.

The <service-config> should be present in all <server> bindings ("ports-default", "ports-01", "ports-02", "ports-03").

Suggested <service-config> entries:

"ports-default":

 <service-config name="jboss.messaging:service=Connector,transport=socket"
                              delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
      <delegate-config>
           <attribute name="InvokerLocator">socket://${jboss.bind.address}:4457/?dataType=jms&amp;serializationtype=jms&amp;timeout=0&amp;leasePeriod=20000&amp;socket.check_connection=false&amp;marshaller=org.jboss.jms.server.remoting.JMSWireFormat&amp;unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat</attribute>
      </delegate-config>
      <binding port="4457"/>
 </service-config></server>

"ports-01":

 <service-config name="jboss.messaging:service=Connector,transport=socket"
                              delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
      <delegate-config>
           <attribute name="InvokerLocator">socket://${jboss.bind.address}:4557/?dataType=jms&amp;serializationtype=jms&amp;timeout=0&amp;leasePeriod=20000&amp;socket.check_connection=false&amp;marshaller=org.jboss.jms.server.remoting.JMSWireFormat&amp;unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat</attribute>
      </delegate-config>
      <binding port="4557"/>
 </service-config></server>


"ports-02":

 <service-config name="jboss.messaging:service=Connector,transport=socket"
                              delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
      <delegate-config>
           <attribute name="InvokerLocator">socket://${jboss.bind.address}:4657/?dataType=jms&amp;serializationtype=jms&amp;timeout=0&amp;leasePeriod=20000&amp;socket.check_connection=false&amp;marshaller=org.jboss.jms.server.remoting.JMSWireFormat&amp;unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat</attribute>
      </delegate-config>
      <binding port="4657"/>
 </service-config></server>


"ports-03":

 <service-config name="jboss.messaging:service=Connector,transport=socket"
                              delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
      <delegate-config>
           <attribute name="InvokerLocator">socket://${jboss.bind.address}:4757/?dataType=jms&amp;serializationtype=jms&amp;timeout=0&amp;leasePeriod=20000&amp;socket.check_connection=false&amp;marshaller=org.jboss.jms.server.remoting.JMSWireFormat&amp;unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat</attribute>
      </delegate-config>
      <binding port="4757"/>
 </service-config></server>








-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list