mirror of https://github.com/apache/activemq.git
AMQ-1489 add comment on possible workaround
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@646930 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
be0446fd2a
commit
507ef42e59
|
@ -28,6 +28,11 @@ import org.apache.activemq.util.URISupport;
|
|||
|
||||
public class MulticastDiscoveryAgentFactory extends DiscoveryAgentFactory {
|
||||
|
||||
//See AMQ-1489. There's something wrong here but it is difficult to tell what.
|
||||
//It looks like to actually set the discovery URI you have to use something like
|
||||
//<transportConnector uri="..." discoveryUri="multicast://239.3.7.0:37000?discoveryURI=multicast://239.3.7.0:37000" />
|
||||
// or
|
||||
//<networkConnector name="..." uri="multicast://239.3.7.0:37000?discoveryURI=multicast://239.3.7.0:37000">
|
||||
protected DiscoveryAgent doCreateDiscoveryAgent(URI uri) throws IOException {
|
||||
try {
|
||||
|
||||
|
|
Loading…
Reference in New Issue