[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1562) Channel Name resolution not correct in MessagingPostOfficeService.startService().
Howard Gao (JIRA)
jira-events at lists.jboss.org
Mon Mar 30 06:13:22 EDT 2009
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.2.GA.SP1, 1.4.0.SP3.CP07
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