Re: How can I convert message from MQTTTransport?

2014-05-01 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 Nabbl

Re: AmqpProtocolException: Could not decode AMQP frame

2014-05-01 Thread Timothy Bish
On 05/01/2014 06:47 PM, gurilubana wrote: Versions: 1. ActiveMQ - 5.9.1 2. Qpid Jms Client for AMPQ 1.0 - version 0.26 -- View this message in context: http://activemq.2283324.n4.nabble.com/AmqpProtocolException-Could-not-decode-AMQP-frame-tp4680794p4680798.html Sent from the ActiveMQ - User

Re: AmqpProtocolException: Could not decode AMQP frame

2014-05-01 Thread gurilubana
Versions: 1. ActiveMQ - 5.9.1 2. Qpid Jms Client for AMPQ 1.0 - version 0.26 -- View this message in context: http://activemq.2283324.n4.nabble.com/AmqpProtocolException-Could-not-decode-AMQP-frame-tp4680794p4680798.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: AmqpProtocolException: Could not decode AMQP frame

2014-05-01 Thread Timothy Bish
On 05/01/2014 06:22 PM, gurilubana wrote: My set up is as follows: 1. Broker - ActiveMQ running with amqp enabled mode 2. Publisher - using qpid jms client for AMQP 1.0 2. Consumer - using qpid jms client for AMQP 1.0 Intermittently if I see that when I start consumers, it is not able to connect

AmqpProtocolException: Could not decode AMQP frame

2014-05-01 Thread gurilubana
My set up is as follows: 1. Broker - ActiveMQ running with amqp enabled mode 2. Publisher - using qpid jms client for AMQP 1.0 2. Consumer - using qpid jms client for AMQP 1.0 Intermittently if I see that when I start consumers, it is not able to connect to the broker. When I check ActiveMQ log, i

can't see DLQ_DELIVERY_FAILURE_CAUSE_PROPERTY in webconsole.

2014-05-01 Thread Chirag Pujara
Is there a way to see why message failed on listener and endup in DLQ. I dont see any property for message in webconsole. Is there a way to enable that. I also tried hawtio to view property but no luck. I also tried to set property for message in listner upon catching exception; still no luck.

Re: Shared File System Master/Slave with DRBD

2014-05-01 Thread Mark Anderson
Greg, Thanks for the reply. I just wanted to confirm a couple of things. 1) The NFS requirement is so that DRBD can be used in Primary/Primary mode as the file system needs to be writeable from both nodes? 2) With NFS I would also need to use Pacemaker to make the NFS server HA? 3) Is the NFS Tec

Re: delay failover transfer

2014-05-01 Thread artnaseef
Why would the client want to keep trying the master for a little while rather than immediately jump to the first available broker? If the client really needs custom logic on connection failure, sounds like using the failover transport may not be the answer. -- View this message in context: ht

Upgrade from 5.5.1 to 5.9

2014-05-01 Thread aissa
Hi,I am working with AMQ 5.5.1 and want to upgrade to 5.9What is the procedure? -- View this message in context: http://activemq.2283324.n4.nabble.com/Upgrade-from-5-5-1-to-5-9-tp4680775.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Stomp websocket disconnect after 10 sec (first Ping)

2014-05-01 Thread Gabriel Rizzi
Hi I need some assistance... my stomp client disconnect after the first ping (that happens in 10 seconds) and I can’t figure out why! Does anyone have an idea of what could be happening? The disconnection happens in any connection even in the Stomp websocket example (apache-activemq-5.9.1\example

Re: How can I convert message from MQTTTransport?

2014-05-01 Thread surfnerd
Hi, MQTT wildcard currently bypasses Authentication /Authorization. I created JIRA for it. https://issues.apache.org/jira/browse/AMQ-5160 Have you developed any patch ? -- View this message in context: http://activemq.2283324.n4.nabble.com/How-can-I-convert-message-from-MQTTTransport-tp46803

Re: Unable to connect when trying to use mqtt

2014-05-01 Thread surfnerd
Hi, As Tim told, use MQTT client instead of generic one. Try Mosquito pub/sub client. If you want JAVA try out Hiram's MQTT client / Eclipse Paho MQTT client. -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-connect-when-trying-to-use-mqtt-tp4680645p4680769.ht

Re: How can I convert message from MQTTTransport?

2014-05-01 Thread surfnerd
Can you please give me reference link ? -- View this message in context: http://activemq.2283324.n4.nabble.com/How-can-I-convert-message-from-MQTTTransport-tp4680383p4680772.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ 5.9.1 +MQTT

2014-05-01 Thread surfnerd
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 clientID should replace existing connection. When I tried MQTT client reconnection and failover, there were many challenges. 2. Problems

Shared File System Master/Slave with DRBD

2014-05-01 Thread Greg Eckert
Hey Mark, You should be able to use drbd with something like NFS without a problem. The LINBIT engineers are in the process publishing an NFS Tech guide... For current official documentation, feel free to contact me directly. Best Regards, Greg -- : Greg Eckert : g...@linbit.com : Not an E

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 Nab

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: http://activemq.2283324.n4.nabble.com/How-can-I-convert-message-from-MQTTTransport-tp4680383p46807