Re: How can I convert message from MQTTTransport?

2014-05-02 Thread surfnerd
I tried snapshot. But it was still not fixed. Dhiraj Bokde published a patch today. Let me try. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-can-I-convert-message-from-MQTTTransport-tp4680383p4680804.html Sent from the ActiveMQ - User mailing list archive at

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: ActiveMQ 5.9.1 +MQTT

2014-05-02 Thread Gary Tully
for 1) is that covered by https://issues.apache.org/jira/browse/AMQ-4719 On 1 May 2014 07:15, surfnerd surfn...@outlook.com wrote: It is possible to implement IBM type of HA solution with ActiveMQ. 1. ActiveMQ MQTT has problem with same clientid reconnection. As per MQTT definition, same

Re: ActiveMQ 5.9.1 +MQTT

2014-05-02 Thread guerra
Thank you for your replies We'll start soon to do some tests with Java/C and one or two arduinos attached to the broker to see how it goes. Cheers -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-9-1-MQTT-tp4680744p4680811.html Sent from the ActiveMQ - User

Re: AmqpProtocolException: Could not decode AMQP frame

2014-05-02 Thread gurilubana
Does the error means that the client is sending different AMQP version message than what ActiveMQ can understand. My understanding is that ActiveMQ only supports AMQP 1.0. -- View this message in context:

Re: can't see DLQ_DELIVERY_FAILURE_CAUSE_PROPERTY in webconsole.

2014-05-02 Thread Chirag Pujara
I have also tried to use ErrorHandler and rethrow exception but still I dont see Failure cause in properties in webconsole. Does webconsole show that property or not. I have tried this on activemq 5.9.1.release and also on 5.10-snapshot. any suggestions? thanks, chirag On Thu, May 1, 2014 at

Message order delivery and redelivery

2014-05-02 Thread gllambi
Hi guys! I have queue for delivery of messages in order with one producer and one event-driven consumer. I also have a redelivery policy attach to this queue (with nonBlockingRedelivery=false) and I have a question with this scenario: 1. queue receives a message M1 2. queue sends message M1 to