Re: Support for setting default message expiry for MQTT messages

2016-03-29 Thread Shobhana
Thank you Tim for super-quick response :-) I will check this option. -- View this message in context: http://activemq.2283324.n4.nabble.com/Support-for-setting-default-message-expiry-for-MQTT-messages-tp4710015p4710018.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Support for setting default message expiry for MQTT messages

2016-03-29 Thread Timothy Bish
On 03/29/2016 09:54 AM, Shobhana wrote: Hi, We use AMQ 5.13.1 and connect to AMQ using Eclipse Paho's MQTT V3 client lib to exchange MQTT messages between message publishers and durable subscribers. Some of our durable subscribers (running on Android app) may go offline for extended pe

Support for setting default message expiry for MQTT messages

2016-03-29 Thread Shobhana
Hi, We use AMQ 5.13.1 and connect to AMQ using Eclipse Paho's MQTT V3 client lib to exchange MQTT messages between message publishers and durable subscribers. Some of our durable subscribers (running on Android app) may go offline for extended periods (say when mobile data connection is dis

Re: Route MQTT messages to webservice

2015-09-06 Thread Daniel Oliveira Nascimento
Hi, The problem was that the MQTT messages are treated by ActiveMQ as ByteArray messages and Webservices expect string messages. To solve the problem I use the following camel.xml. http://camel.apache.org/schema/spring";> Example Cam

Route MQTT messages to webservice

2015-09-04 Thread Daniel Oliveira Nascimento
Hi, I'm starting using the routing capabilities of ActiveMQ and I wish to connect some sensors connected using MQTT to a web application polling a REST webservice. Following the ActiveMQ example using the first scenario commands everything works fine, and a get the message printed in console. But

Re: Mqtt messages

2014-01-23 Thread Andrew Shobotenko
When broker has one publisher and subscriber (via MQTT) there are no messages in persistance. I tested in LevelDB and MySQL. In LevelDB was only topics name. Maybe configuration was wrong or I need another persistance? Maybe MQTT messages not writes to message storage? My task is intercept

Re: Mqtt messages

2014-01-22 Thread Christian Posta
Yes, it will use the same persistence store that activemq uses for persistent messages. Default is http://activemq.apache.org/kahadb.html On Wed, Jan 22, 2014 at 8:18 AM, Andrew Shobotenko wrote: > In what Persistence I can find MQTT messages? Does it write to any bases or > j

Mqtt messages

2014-01-22 Thread Andrew Shobotenko
In what Persistence I can find MQTT messages? Does it write to any bases or jornals? -- View this message in context: http://activemq.2283324.n4.nabble.com/Mqtt-messages-tp4676645.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.