[ 
https://issues.apache.org/activemq/browse/AMQ-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Krzysztof Olszewski updated AMQ-3046:
-------------------------------------

    Description: 
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 
DiscoveryAgent]?
This is a blocker for us [requirement to work in an IPv6 environment] so any 
help will be greatly appreciated.

  was:
I'd like to have a network-of-brokers [through DiscoveryNetworkConnectors] in 
an IPv6 environment but I encountered some issues.

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 
DiscoveryAgent]?
This is a blocker for us [requirement to work in an IPv6 environment] so any 
help will be greatly appreciated.


> 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 
> DiscoveryAgent]?
> 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.

Reply via email to