Re: Windows7/ActiveMQ-CPP: getaddrinfo returning “No such host is known” for [::1]

2016-04-07 Thread Wayne Johnson
en, have it your way." --C.S. Lewis From: Timothy Bish To: users@activemq.apache.org Sent: Thursday, April 7, 2016 9:04 AM Subject: Re: Windows7/ActiveMQ-CPP: getaddrinfo returning “No such host is known” for [::1] On 04/07/2016 09:53 AM, Wayne Johnson wrote: > I'm worki

Re: Windows7/ActiveMQ-CPP: getaddrinfo returning “No such host is known” for [::1]

2016-04-07 Thread Timothy Bish
On 04/07/2016 09:53 AM, Wayne Johnson wrote: I'm working on modifications to my code to support dual stack environments on Windows 7 et. al. The code uses ActiveMQ-CPP (3.8.4). I've set this up to use a connection to the broker on URI "tcp://[::1]:61616". I've already found I need to compile AP

Windows7/ActiveMQ-CPP: getaddrinfo returning “No such host is known” for [::1]

2016-04-07 Thread Wayne Johnson
I'm working on modifications to my code to support dual stack environments on Windows 7 et. al. The code uses ActiveMQ-CPP (3.8.4). I've set this up to use a connection to the broker on URI "tcp://[::1]:61616". I've already found I need to compile APR with APR_HAVE_IPV6. Now the issue. When AP