Re: Could not accept connection from tcp://192.168.0.116:60999 : org.apache.activemq.transport.InactivityIOException: Cannot send, channel has already failed: tcp://192.168.0.116:60999

2017-05-18 Thread aragoubi
Thank you Tim for your response. When I an mqtt transport connector to my broker-config " " and I try to connect to it using apache paho java, I am getting this exception : Exception in thread "main" java.lang.IllegalArgumentException: mqtt://0.0.0.0:1884 at org.eclipse.paho.clie

Re: Could not accept connection from tcp://192.168.0.116:60999 : org.apache.activemq.transport.InactivityIOException: Cannot send, channel has already failed: tcp://192.168.0.116:60999

2017-05-18 Thread Tim Bain
The TCP transport speaks OpenWire, so it's not valid to connect to it with an MQTT client. Tim On May 18, 2017 3:07 AM, "aragoubi" wrote: I have an embedded broker, and I am connection a Paho client to it. This my broker config file : http://activemq.apache.org/schema/core"; useJmx="true" us

Could not accept connection from tcp://192.168.0.116:60999 : org.apache.activemq.transport.InactivityIOException: Cannot send, channel has already failed: tcp://192.168.0.116:60999

2017-05-18 Thread aragoubi
I have an embedded broker, and I am connection a Paho client to it. This my broker config file : http://activemq.apache.org/schema/core"; useJmx="true" useShutdownHook="false" brokerName="mimo.broker1"> I am getting t