This is probably related to this code:

                // http://jira.jboss.org/jira/browse/JBMESSAGING-1244
                // if the channelPartitionName is set, we use it to identify 
the control and
                // data channels. Otherwise, we fall back to use groupName
                String channelName = (channelPartitionName == null)? 
channelPartitionName : groupName;

So you need to set the property channelPartitionName in the config file in 
order to use groupName.



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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221817
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to