[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-1846) The default datachanneludpport cannot be changed

Yong Hao Gao (JIRA) jira-events at lists.jboss.org
Mon Jan 31 10:55:39 EST 2011


    [ https://issues.jboss.org/browse/JBMESSAGING-1846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579090#comment-12579090 ] 

Yong Hao Gao commented on JBMESSAGING-1846:
-------------------------------------------

It's an configuration issue.

EAP5 binds some parameters to system properties, and these system properties will override the values you specified in the jgroups-channelfactory-stacks.xml.

See ./server/production/conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml

In this file some jgroups parameters are bound to system properties. the 'datachanneludpport' is just one of them. To disable this binding, comment this section

<!--
               <bean class="org.jboss.services.binding.SystemPropertyBinding">
                  <constructor>
                     <parameter>jboss.messaging.datachanneludpport</parameter>
                     <parameter class="int">
                        <value-factory bean="ServiceBindingManager" method="getIntBinding">
                             <parameter>JGroups</parameter>
                             <parameter>jbm_data-mping</parameter>
                        </value-factory>
                     </parameter>
                  </constructor>
               </bean>
-->

then restart the server, your new value will take effect.



> The default datachanneludpport cannot be changed
> ------------------------------------------------
>
>                 Key: JBMESSAGING-1846
>                 URL: https://issues.jboss.org/browse/JBMESSAGING-1846
>             Project: JBoss Messaging
>          Issue Type: Bug
>          Components: JMS Clustering
>    Affects Versions: 1.4.7.GA
>         Environment: JBoss-EAP-5.1.0 , JBM-1.4.7
>            Reporter: Tyronne Wickramarathne
>            Assignee: Yong Hao Gao
>             Fix For: 1.4.0.SP3.CP12, 1.4.8.GA
>
>
> The default datachanneludpport cannot be changed via jgroups-channelfactory-stacks.xml configuration file

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list