[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-1562) Channel Name resolution not correct in MessagingPostOfficeService.startService().
Howard Gao (JIRA)
jira-events at lists.jboss.org
Tue Mar 31 10:14:22 EDT 2009
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Howard Gao closed JBMESSAGING-1562.
-----------------------------------
Resolution: Done
done
> Channel Name resolution not correct in MessagingPostOfficeService.startService().
> ---------------------------------------------------------------------------------
>
> Key: JBMESSAGING-1562
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1562
> Project: JBoss Messaging
> Issue Type: Bug
> Affects Versions: 1.4.0.SP3.CP07, 1.4.2.GA.SP1
> Reporter: Howard Gao
> Assignee: Howard Gao
> Fix For: 1.4.0.SP3.CP08, 1.4.4.GA
>
>
> String channelName = (channelPartitionName == null)? channelPartitionName : groupName;
> shoule be:
> String channelName = (channelPartitionName != null)? channelPartitionName : groupName;
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list