Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Varying Delay for MQTT Messages

Hi Ian,

0) I am using the MQTTAsyncAPI with callbacks. I am processing the incoming messages within the MessageArrived Callback Function. I did an implementation using the MQTTClient, then there is no such effect.

1) Is turned off

2) Find tracefile in the attachement


Thanks a lot!
Chris


Date: Mon, 26 Jan 2015 14:00:35 -0500
From: fpagliughi@xxxxxxxxxxxxxx
To: paho-dev@xxxxxxxxxxx
Subject: Re: [paho-dev] Varying Delay for MQTT Messages

Hi Ian,

I saw a strange delay of about 1-sec in the latest Asynhronous C library. I had modified the publisher example app to send several messages; sending the next as soon as one is acknowledged (QoS=1). I ran it all on the same machine over localhost, talking to mosquitto. The timing seemed odd, but I haven't had time to investigate further yet.

I will see I can recreate the test app and send it to you ASAP.

Frank

On 01/26/2015 08:12 AM, Ian Craggs wrote:
Hi Chris,

are you using the MQTTClient or MQTTAsync API?  If MQTTClient, are you setting callbacks?  I think it's most likely that the timing differences are an artifact of the threading model.  With MQTTClient, if you use the receive call rather than the messageArrived callback, no background threads are started.

1) make sure you have turned off message persistence when creating the client object (MQTTCLIENT_PERSISTENCE_NONE).  This shouldn't be used for QoS 0, but might have an effect.

2) You can take a trace by setting the environment variable MQTT_C_CLIENT_TRACE=(ON or filename), and then I can check to see what is happening. 

3) Other client options for C/C++ are the Paho embedded clients and libmosquitto in the Mosquitto project, which follows the same API model as the Python API because they are both written by Roger Light.  I'd like to see if we can understand and solve your problem first though -- so please take a trace.

Thanks

Ian

On 01/26/2015 10:23 AM, Chris Summer wrote:
Hi all,

I am experiencing some behavior I cannot explain.

Here is what I do.

I am using the paho-c library and as a reference the paho python library. My Broker is mosquitto.

The goal of my experiments is to measure the application layer roundtrip time. Therefore I have the following setup


Application <----> Broker <---> Reflector

What I do is:

*  I take the time in the application, put it into a packet and send it to the broker. (QoS 0)
* The reflector is subscribed to theses messages, receives them, packs them into a new packet and sends the back to the broker using a different topic.
* Finally I receive the message back at the application, take the current time and calculate the time difference between the current time and the time contained in the packet.

I have this implementation, both in C and in Python. All processes are running on the same machine.

No here are the observations that keep me busy.

If I watch the application delay for the c implementation I get something like
5, 1005, 106, 5, 1005, 104, 6 ...

For the python implementation it is like:
5, 5, 5, 6, 4, ....

You see the difference, unfortunately I need an implementation in C thanks to the target platform. I checked my code several times, there is nothing I could pinpoint to cause the delay.

To me, it resembles effects that I have seen in other projects when using TCP. Could it be, that somewhere in the library code  there is some issue with the socket handling?

Any other ideas? Did I miss a configuration flag or something?

Cheers,

Chris




_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

-- 
Ian Craggs                          
icraggs@xxxxxxxxxx                 IBM United Kingdom
Paho Project Lead; Committer on Mosquitto



_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev


_______________________________________________ paho-dev mailing list paho-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/paho-dev
QOS: 0
=========================================================
                   Trace Output
Product name: Paho Asynchronous MQTT C Client Library
Version: ##MQTTCLIENT_VERSION_TAG##
Build level: ##MQTTCLIENT_BUILD_TAG##
/proc/version: Linux version 3.13.0-24-generic (buildd@roseapple) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014

=========================================================
20150127 155542.851 3 InFlight -> CONNECT cleansession: 1 (0)
20150127 155542.853 3 InFlight <- CONNACK rc: 0
Successful connection
Subscribing to topic configuration
for client InFlight using QoS0

Press Q<Enter> to quit

Result Code for subscription: 020150127 155543.853 3 InFlight -> SUBSCRIBE msgid: 1 (0)
Subscribe succeeded
20150127 155543.854 3 InFlight <- SUBACK msgid: 1
20150127 155544.073 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-872;14
20150127 155545.074 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-873;14
20150127 155546.075 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-874;14
20150127 155547.401 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-875;14
20150127 155548.079 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-876;14
20150127 155549.181 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-877;14
20150127 155550.082 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-878;14
Activated Reflector Mode
20150127 155551.184 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-879;14
20150127 155551.184 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155552.085 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-880;14
20150127 155553.085 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155553.187 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-881;14
20150127 155554.089 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-882;14
20150127 155554.090 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155554.090 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155555.091 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-883;14
20150127 155555.091 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155556.192 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-884;14
20150127 155556.192 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155557.093 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-885;14
20150127 155558.094 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155558.195 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-886;14
20150127 155559.096 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-887;14
20150127 155559.097 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155559.097 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155600.097 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-888;14
20150127 155600.098 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155601.100 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-889;14
20150127 155601.100 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155602.101 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-890;14
20150127 155602.102 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155603.203 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-891;14
20150127 155603.203 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155604.104 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-892;14
20150127 155605.104 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155605.206 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-893;14
20150127 155606.107 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-894;14
20150127 155606.108 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155606.108 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155607.209 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-895;14
20150127 155607.209 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155608.112 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-896;14
20150127 155608.112 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155609.114 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-897;14
20150127 155610.114 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155610.214 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-898;14
20150127 155611.116 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-899;14
20150127 155611.116 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155611.117 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155612.218 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-900;14
20150127 155612.218 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155613.122 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-901;14
20150127 155614.123 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155614.225 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-902;14
20150127 155615.126 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-903;14
20150127 155615.127 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155615.127 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155616.128 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-904;14
20150127 155616.128 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155617.229 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-905;14
20150127 155617.229 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155618.131 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-906;14
20150127 155618.131 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155619.232 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-907;14
20150127 155620.138 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-908;14
20150127 155620.138 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155620.138 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155621.138 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-909;14
20150127 155622.138 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155622.139 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-910;14
20150127 155623.140 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155623.240 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-911;14
20150127 155624.142 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-912;14
20150127 155624.142 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155624.142 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155625.243 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-913;14
20150127 155625.244 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155626.145 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-914;14
20150127 155627.146 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155627.248 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-915;14
20150127 155628.152 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-916;14
20150127 155628.152 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155628.153 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155629.154 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-917;14
20150127 155629.154 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155630.513 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-918;14
20150127 155630.513 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155631.156 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-919;14
20150127 155632.158 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155632.262 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-920;14
20150127 155633.163 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-921;14
20150127 155633.164 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155633.164 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155634.164 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-922;14
20150127 155634.164 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155635.266 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-923;14
20150127 155635.266 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155636.168 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-924;14
20150127 155637.169 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155637.270 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-925;14
20150127 155638.172 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-926;14
20150127 155638.172 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155638.173 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155639.174 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-927;14
20150127 155639.174 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155640.275 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-928;14
20150127 155640.275 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155641.180 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-929;14
20150127 155642.180 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155642.182 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-930;14
20150127 155643.182 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-931;14
20150127 155643.182 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155643.182 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155644.183 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-932;14
20150127 155644.183 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155645.185 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-933;14
20150127 155645.185 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155646.186 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-934;14
20150127 155646.186 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155647.187 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-935;14
20150127 155647.187 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155648.289 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-936;14
20150127 155648.289 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155649.190 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-937;14
20150127 155650.190 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155650.191 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-938;14
20150127 155651.192 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155651.293 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-939;14
20150127 155652.195 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-940;14
20150127 155652.195 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155652.196 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155653.296 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-941;14
20150127 155653.297 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155654.198 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-942;14
20150127 155655.198 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155655.300 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-943;14
20150127 155656.200 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-944;14
20150127 155656.201 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155656.202 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155657.202 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-945;14
20150127 155657.202 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155658.303 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-946;14
20150127 155659.207 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-947;14
20150127 155659.207 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155659.207 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155700.208 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-948;14
20150127 155700.208 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155701.310 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-949;14
20150127 155701.310 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155702.212 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-950;14
20150127 155703.212 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155703.315 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-951;14
20150127 155704.214 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-952;14
20150127 155704.214 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155704.214 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155705.317 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-953;14
20150127 155705.317 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155706.217 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-954;14
20150127 155706.217 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155707.321 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-955;14
20150127 155708.220 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-956;14
20150127 155708.220 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155708.220 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155709.321 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-957;14
20150127 155709.322 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155710.224 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-958;14
20150127 155711.225 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155711.326 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-959;14
20150127 155712.228 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-960;14
20150127 155712.229 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155712.229 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155713.229 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-961;14
20150127 155713.230 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155714.231 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-962;14
20150127 155714.232 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155715.232 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-963;14
20150127 155715.233 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155716.334 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-964;14
20150127 155716.334 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155717.236 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-965;14
20150127 155717.236 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155718.339 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-966;14
20150127 155719.239 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-967;14
20150127 155719.239 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155719.239 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155720.240 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-968;14
20150127 155720.240 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155721.342 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-969;14
20150127 155721.343 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155722.245 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-970;14
20150127 155723.246 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155723.247 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-971;14
20150127 155724.247 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-972;14
20150127 155724.247 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155724.247 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155725.248 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-973;14
20150127 155725.248 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155726.249 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-974;14
20150127 155726.250 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155727.251 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-975;14
20150127 155727.251 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155728.251 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-976;14
20150127 155728.251 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155729.253 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-977;14
20150127 155729.254 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155730.255 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-978;14
20150127 155730.255 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155731.356 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-979;14
20150127 155731.356 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155732.259 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-980;14
20150127 155733.259 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155733.361 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-981;14
20150127 155734.263 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-982;14
20150127 155734.263 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155734.263 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155735.365 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-983;14
20150127 155735.365 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155736.266 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-984;14
20150127 155737.268 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155737.368 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-985;14
20150127 155738.273 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-986;14
20150127 155738.273 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155738.273 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155739.374 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-987;14
20150127 155739.374 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155740.276 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-988;14
20150127 155741.277 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155741.378 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-989;14
20150127 155742.279 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-990;14
20150127 155742.279 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155742.279 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155743.381 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-991;14
20150127 155743.381 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155744.282 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-992;14
20150127 155744.282 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155745.383 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-993;14
20150127 155746.285 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-994;14
20150127 155746.285 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155746.285 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155747.287 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-995;14
20150127 155747.287 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155748.388 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-996;14
20150127 155748.388 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155749.829 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-997;14
20150127 155749.830 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155750.291 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-998;14
20150127 155751.292 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155751.393 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-999;14
20150127 155752.295 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1000;1
20150127 155752.295 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155752.295 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155753.396 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1001;1
20150127 155753.396 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155754.298 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1002;1
20150127 155755.298 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155755.401 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1003;1
20150127 155756.301 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1004;1
20150127 155756.301 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155756.301 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155757.845 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1005;1
20150127 155757.846 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155758.304 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1006;1
20150127 155759.304 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1007;1
20150127 155759.304 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155759.306 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155800.305 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1008;1
20150127 155801.306 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155801.307 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1009;1
20150127 155802.307 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155802.308 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1010;1
20150127 155803.308 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155803.410 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1011;1
20150127 155804.311 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1012;1
20150127 155804.311 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155804.311 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155805.414 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1013;1
20150127 155805.414 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155806.314 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1014;1
20150127 155807.315 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155807.416 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1015;1
20150127 155808.320 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1016;1
20150127 155808.321 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155808.321 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155809.320 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1017;1
20150127 155810.320 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155810.422 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1018;1
20150127 155811.324 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1019;1
20150127 155811.324 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155811.325 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155812.325 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1020;1
20150127 155812.325 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155813.426 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1021;1
20150127 155813.427 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155814.328 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1022;1
20150127 155815.329 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155815.429 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1023;1
20150127 155816.330 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1024;1
20150127 155816.330 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155816.330 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155817.332 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1025;1
20150127 155817.332 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155818.333 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1026;1
20150127 155818.333 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155819.435 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1027;1
20150127 155819.436 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155820.337 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1028;1
20150127 155821.337 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155821.692 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1029;1
20150127 155822.340 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1030;1
20150127 155822.340 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155822.340 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155823.442 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1031;1
20150127 155823.442 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155824.344 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1032;1
20150127 155824.344 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155825.345 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1033;1
20150127 155825.345 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155826.346 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1034;1
20150127 155826.346 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155827.347 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1035;1
20150127 155828.347 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155828.448 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1036;1
20150127 155829.351 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1037;1
20150127 155829.351 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155829.351 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155830.452 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1038;1
20150127 155830.452 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155831.354 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1039;1
20150127 155832.354 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155832.457 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1040;1
20150127 155833.357 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1041;1
20150127 155833.358 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155833.358 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155834.358 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1042;1
20150127 155834.358 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155835.460 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1043;1
20150127 155835.460 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155836.362 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1044;1
20150127 155837.363 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155837.464 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1045;1
20150127 155838.367 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1046;1
20150127 155838.368 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155838.368 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155839.368 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1047;1
20150127 155839.368 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155840.370 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1048;1
20150127 155840.370 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155841.371 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1049;1
20150127 155841.371 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155842.473 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1050;1
20150127 155842.474 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155843.374 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1051;1
20150127 155844.375 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155844.475 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1052;1
20150127 155845.377 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1053;1
20150127 155845.377 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155845.377 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155846.478 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1054;1
20150127 155846.478 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155847.380 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1055;1
20150127 155848.381 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155848.482 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1056;1
20150127 155849.383 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1057;1
20150127 155849.383 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155849.383 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155850.384 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1058;1
20150127 155850.384 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155851.486 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1059;1
20150127 155851.486 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155852.388 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1060;1
20150127 155853.388 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155853.490 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1061;1
20150127 155854.391 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1062;1
20150127 155854.391 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155854.391 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155855.492 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1063;1
20150127 155855.493 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155856.394 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1064;1
20150127 155857.395 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155857.498 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1065;1
20150127 155858.396 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1066;1
20150127 155858.396 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155858.397 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155859.497 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1067;1
20150127 155859.497 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155900.400 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1068;1
20150127 155901.401 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155901.502 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1069;1
20150127 155902.403 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1070;1
20150127 155902.403 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155902.403 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155903.506 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1071;1
20150127 155903.507 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155904.407 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1072;1
20150127 155904.407 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155905.409 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1073;1
20150127 155905.409 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155906.512 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1074;1
20150127 155907.411 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1075;1
20150127 155907.411 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155907.411 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155908.412 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1076;1
20150127 155908.413 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155909.415 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1077;1
20150127 155909.416 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155910.415 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1078;1
20150127 155911.416 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155911.517 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1079;1
20150127 155912.418 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1080;1
20150127 155912.419 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155912.419 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155913.520 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1081;1
20150127 155913.520 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155914.424 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1082;1
20150127 155915.425 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1083;1
20150127 155915.425 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155915.425 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155916.527 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1084;1
20150127 155916.527 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155917.784 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1085;1
20150127 155917.784 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155918.429 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1086;1
20150127 155919.430 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155919.531 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1087;1
20150127 155920.434 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1088;1
20150127 155920.434 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155920.434 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155921.434 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1089;1
20150127 155921.435 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155922.538 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1090;1
20150127 155922.539 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155923.438 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1091;1
20150127 155924.440 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155924.540 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1092;1
20150127 155925.442 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1093;1
20150127 155925.443 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155925.443 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155926.445 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1094;1
20150127 155926.445 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155927.549 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1095;1
20150127 155927.549 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155928.448 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1096;1
20150127 155929.448 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155929.551 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1097;1
20150127 155930.451 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1098;1
20150127 155930.451 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155930.451 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155931.553 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1099;1
20150127 155931.553 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155932.454 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1100;1
20150127 155933.456 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155933.456 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1101;1
20150127 155934.456 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1102;1
20150127 155934.456 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155934.456 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155935.559 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1103;1
20150127 155935.559 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155936.460 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1104;1
20150127 155936.460 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155937.462 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1105;1
20150127 155938.463 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155938.464 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1106;1
20150127 155939.464 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155939.565 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1107;1
20150127 155940.465 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1108;1
20150127 155940.466 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155940.466 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155941.567 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1109;1
20150127 155941.567 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155942.469 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1110;1
20150127 155943.469 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155943.570 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1111;1
20150127 155944.472 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1112;1
20150127 155944.472 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155944.472 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155945.574 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1113;1
20150127 155945.574 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155946.475 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1114;1
20150127 155946.475 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155947.478 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1115;1
20150127 155948.478 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1116;1
20150127 155948.478 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155949.479 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1117;1
20150127 155949.480 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155949.480 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155950.581 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1118;1
20150127 155950.581 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155951.483 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1119;1
20150127 155952.483 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155952.585 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1120;1
20150127 155953.486 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1121;1
20150127 155953.486 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155953.487 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)
20150127 155954.487 3 InFlight <- PUBLISH msgid: 0 qos: 0 retained: 0 payload: 1422369671611-1122;1
20150127 155954.488 3 InFlight -> PUBLISH qos: 0 retained: 0 (0)

Back to the top