Re: Activemq IPV6 Client Connection (Java and C++)

2013-08-06 Thread MattG987
without failover tcp://[::1]:61616. The solution to this is to exclude the // from the failover. failover:(tcp://[::1]:61616) is accepted by the Java URI parser, and will function correctly. -Matthew Griffin -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-IPV6-Client

Re: Activemq IPV6 Client Connection (Java and C++)

2013-08-06 Thread Christian Posta
by the Java URI parser, and will function correctly. -Matthew Griffin -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-IPV6-Client-Connection-Java-and-C-tp4561898p4670128.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- *Christian

Re: Activemq IPV6 Client Connection (Java and C++)

2012-10-09 Thread kimi...@trend.com.tw
Hi, We are trying to use Activemq-cpp in our product. It seems not supporting ipv6, but we really need to support ipv6 in our product. Do you have any plans to support ipv6 for cpp version? Best Regards, Kimi Wu TREND MICRO EMAIL NOTICE The information contained in this email and any

Re: Activemq IPV6 Client Connection (Java and C++)

2012-04-20 Thread Timothy Bish
On Mon, 2012-04-16 at 17:33 +0200, Oscar Pernas wrote: Hi all, Im trying to use ActiveMQ with IPV6 but Im running into some problems. I'm in debian linux, and seems that ActiveMQ(5.5.1) is up and listening IPV6. tcp6 0 0 :::61616 :::* LISTEN 24671/java I can

Re: Activemq IPV6 Client Connection (Java and C++)

2012-04-17 Thread Gary Tully
can you post the failover uri from the java case and the exception? On 16 April 2012 16:33, Oscar Pernas os...@pernas.es wrote: Hi all, Im trying to use ActiveMQ with IPV6 but Im running into some problems. I'm in debian linux, and seems that ActiveMQ(5.5.1) is up and listening IPV6.    

Activemq IPV6 Client Connection (Java and C++)

2012-04-16 Thread Oscar Pernas
Hi all, Im trying to use ActiveMQ with IPV6 but Im running into some problems. I'm in debian linux, and seems that ActiveMQ(5.5.1) is up and listening IPV6. tcp6 0 0 :::61616 :::* LISTEN 24671/java I can make a ping and a telnet to ::1 61616 and all seems that works