mirror of https://github.com/apache/activemq.git
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:
parent
cda091cb5e
commit
9d50686820
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue