Re: Is it possible to connect with anonymous user through mqtt+nio connector

2013-08-28 Thread tcarlyle
By the way, I was wondering how can subscribe via mqtt to an activemq topic which was created with a forward slash on its name. I understand that forward slashs are special characters in mqtt and as per activemq mqtt support the "/" will be converted to ".". However, in my case, I need to connect

Re: Is it possible to connect with anonymous user through mqtt+nio connector

2013-08-27 Thread Christian Posta
Jira opened here: https://issues.apache.org/jira/browse/AMQ-4695 On Tue, Aug 27, 2013 at 10:48 AM, Christian Posta wrote: > tcarlyle, > I can reproduce this. Can you open a jira, and I'll take a look later > tonight? > > > On Tue, Aug 27, 2013 at 8:58 AM, tcarlyle wrote: > >> Here it is: >> h

Re: Is it possible to connect with anonymous user through mqtt+nio connector

2013-08-27 Thread Christian Posta
tcarlyle, I can reproduce this. Can you open a jira, and I'll take a look later tonight? On Tue, Aug 27, 2013 at 8:58 AM, tcarlyle wrote: > Here it is: > http://pastebin.com/91f029Aa > > Thanks in advance > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Is-it-p

Re: Is it possible to connect with anonymous user through mqtt+nio connector

2013-08-27 Thread tcarlyle
Here it is: http://pastebin.com/91f029Aa Thanks in advance -- View this message in context: http://activemq.2283324.n4.nabble.com/Is-it-possible-to-connect-with-anonymous-user-through-mqtt-nio-connector-tp4670730p4670749.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Is it possible to connect with anonymous user through mqtt+nio connector

2013-08-27 Thread Christian Posta
Post your config please. On Tue, Aug 27, 2013 at 5:47 AM, tcarlyle wrote: > Hi, > I have a broker configured to accept mqtt+nio, tcp+ssl and tcp connections. > > I can connect anonymously using tcp and jms, but when I try to use the > mqtt-client java library https://github.com/fusesource/mqtt-

Re: Is it possible to connect with anonymous user through mqtt+nio connector

2013-08-27 Thread tcarlyle
Please disconsider the line: "java.lang.SecurityException: User anonymous is not authorized to write to: queue://ActiveMQ.DLQ " on the top of the log, it entered there by a copy and paste accident =D -- View this message in context: http://activemq.2283324.n4.nabble.com/Is-it-possible-to-conn