added underscore to look more like other rendezvous services

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@391272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-04-04 11:14:12 +00:00
parent cda091cb5e
commit 9d50686820
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ public class RendezvousDiscoveryAgent implements DiscoveryAgent, ServiceListener
}
public String getType() {
return group+"."+TYPE_SUFFIX;
return "_" + group+"."+TYPE_SUFFIX;
}
public void setBrokerName(String brokerName) {