Re: MQTT Link Stealing

2014-06-22 Thread mtakahashi
://activemq.apache.org/configuring-transports.html Regards, mtakahashi -- View this message in context: http://activemq.2283324.n4.nabble.com/MQTT-Link-Stealing-tp4682263p4682364.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: MQTT Link Stealing

2014-06-21 Thread mtakahashi
Hello, I found same issue. http://activemq.2283324.n4.nabble.com/Link-Stealing-on-MQTT-is-not-enabled-by-default-tt4681100.html Set allowLinkStealing=true in trasport option. mtakahashi -- View this message in context: http://activemq.2283324.n4.nabble.com/MQTT-Link-Stealing

Many loaded class org.eclipse.jetty.jndi.NamingContext

2014-05-26 Thread mtakahashi
also checked ver. 5.9.1 as same log level, but it does not show such log. Something wrong in trunk source? mtakahashi --- logs DEBUG | loaded class org.eclipse.jetty.jndi.NamingContext from java.net.URLClassLoader@5488e2dd DEBUG | loaded class org.eclipse.jetty.jndi.NamingContext from

Re: Many loaded class org.eclipse.jetty.jndi.NamingContext

2014-05-26 Thread mtakahashi
Hi, I checked more At least the source on May 18, jetty log is shown. But the source on May 7, the log is not shown. mtakahashi -- View this message in context: http://activemq.2283324.n4.nabble.com/Many-loaded-class-org-eclipse-jetty-jndi-NamingContext-tp4681421p4681422.html Sent from

Link Stealing on MQTT is not enabled by default

2014-05-14 Thread mtakahashi
://127.0.0.1:57757 I think TransportConnector is expected to be created by TransportConnector(String) constructor. But spring framework creates it by default constructor. So even MQTT transport allowLinkStealing=true must be set in transportConnector option. Regards, mtakahashi -- View this message

Re: How can I convert message from MQTTTransport?

2014-05-02 Thread mtakahashi
Thank you for informing me. I did not understand this issue correctly, because I'm using my own authorization broker. which does not use AuthorizationMap. Thank you, Masanori -- View this message in context:

Re: How can I convert message from MQTTTransport?

2014-05-01 Thread mtakahashi
Hello, I'm using 5.10-SNAPSHOT. I think this issue is fixed around 9735806. Old version of MQTT plugin does not convert topic name properly. Regards, Masanori -- View this message in context:

Re: How can I convert message from MQTTTransport?

2014-05-01 Thread mtakahashi
Here you are. https://github.com/apache/activemq/commit/973580603097f5e620e4d7f375dbb3581c84 -- View this message in context: http://activemq.2283324.n4.nabble.com/How-can-I-convert-message-from-MQTTTransport-tp4680383p4680773.html Sent from the ActiveMQ - User mailing list archive at

How can I convert message from MQTTTransport?

2014-04-17 Thread mtakahashi
SecurityContext on MQTT plugin. My question is How can I get SecurityContext in MQTT plugin? Regards, mtakahashi -- View this message in context: http://activemq.2283324.n4.nabble.com/How-can-I-convert-message-from-MQTTTransport-tp4680383.html Sent from the ActiveMQ - User mailing list

ActiveMQ Authorization

2014-04-07 Thread mtakahashi
Hello, I'm making authorization plugin. Each client can access only some permitted topics. So I have to stop access other than those permitted topics. My question is Is it possible to access ActiveMQ. topic from client if I do not stop access to ActiveMQ. topic? I tried to create

Re: ActiveMQ Authorization

2014-04-07 Thread mtakahashi
I realize I don't understand how to read/write advisory message. I read the following document, but I could not receive advisory message. http://activemq.apache.org/advisory-message.html To receive advisory message, do i need to use special credential? Is there any sample code to receive advisory

Re: Active-Active Broker

2014-03-30 Thread mtakahashi
Thanks for reply Technically, failover fulfill my requirement. But I wanted to know it is possible or not because of non technical reason. I understood I have to use failover or discovery transport. Thank you anyway. Masanori Takahashi -- View this message in context:

Active-Active Broker

2014-03-29 Thread mtakahashi
Hello, Does ActiveMQ support active-active cluster configuration ? I have read the following document, but this is only for master-slave configuration. http://activemq.apache.org/clustering.html Is it possible to share messages,topics,queues with multiple brokers? Masanori Takahashi -- View