You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Krzysztof Olszewski (JIRA)" <ji...@apache.org> on 2010/11/24 16:51:25 UTC

[jira] Issue Comment Edited: (AMQ-3046) DiscoveryNetworkConnector and IPv6

    [ https://issues.apache.org/activemq/browse/AMQ-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63506#action_63506 ] 

Krzysztof Olszewski edited comment on AMQ-3046 at 11/24/10 10:49 AM:
---------------------------------------------------------------------

Proper syntax is:  "static:(tcp://[fe80::20c:52ee:d202:5ca1]:1611)"

Some pages need updating, e.g.:
- http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html

      was (Author: s1ngle):
    Proper syntax is: 
static:(tcp://[fe80::20c:52ee:d202:5ca1]:1611)
  
> DiscoveryNetworkConnector and IPv6
> ----------------------------------
>
>                 Key: AMQ-3046
>                 URL: https://issues.apache.org/activemq/browse/AMQ-3046
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.4.1
>            Reporter: Krzysztof Olszewski
>            Priority: Critical
>
> I'd like to have a network-of-brokers [through DiscoveryNetworkConnectors] in an IPv6 environment but I am encountering a following issue with configuration:
> 1. String "static://(tcp://[fe80::20c:52ee:d202:5ca1]:1611)" throws URISyntaxException on "[" when trying to create an URI object
> 2. Using URI "tcp://[fe80::20c:52ee:d202:5ca1]:1611" in DiscoveryNetworkConnector constructor throws "Could find DiscoveryAgent: TCP"
> 3. Manually creating SimpleDiscoveryAgent with URI "tcp://[fe80::20c:52ee:d202:5ca1]:1611" throws URISyntaxException on URISupport.parseComposite(uri)
> Am I missing something? 
> Is there a workaround [besides creating own DiscoveryAgentFactory]?
> This is a blocker for us [requirement to work in an IPv6 environment] so any help will be greatly appreciated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.