]
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: