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:
David Jencks 2008-04-10 19:21:08 +00:00
parent be0446fd2a
commit 507ef42e59
1 changed files with 5 additions and 0 deletions

View File

@ -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 {