Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Retained message not delivered when subscribing to topic containing wildcard

Hi Alexander,

Good to hear you've got it sorted.

Cheers,

Roger



On Wed, Oct 5, 2016 at 7:58 PM, Alexander Farber
<alexander.farber@xxxxxxxxx> wrote:
> Hello again,
>
> it has taken me some time but now I have tested brew mosquitto on macOS and
> it works as I expected it, so my previous problems have been caused by too
> old versions on Win 7 and Ubuntu.
>
> Here the broker output:
>
> # /usr/local/Cellar/mosquitto/1.4.8_1/sbin/mosquitto
> 1475693681: mosquitto version 1.4.8 (build date 2016-05-27 16:28:37+0100)
> starting
> 1475693681: Using default config.
> 1475693681: Opening ipv4 listen socket on port 1883.
> 1475693681: Opening ipv6 listen socket on port 1883.
> 1475693708: New connection from ::1 on port 1883.
> 1475693708: New client connected from ::1 as mosqpub/3779-mba.local (c1,
> k60).
> 1475693708: Socket error on client mosqpub/3779-mba.local, disconnecting.
> 1475693723: New connection from ::1 on port 1883.
> 1475693723: New client connected from ::1 as mosqsub/3785-mba.local (c1,
> k60).
> 1475693724: Socket error on client mosqsub/3785-mba.local, disconnecting.
> 1475693729: New connection from ::1 on port 1883.
> 1475693729: New client connected from ::1 as mosqsub/3786-mba.local (c1,
> k60).
> 1475693731: Socket error on client mosqsub/3786-mba.local, disconnecting.
>
> And here the clients (retained message arrives even when subscribing to
> wildcard topic):
>
> # mosquitto_pub -r -m 'An,50' -t test/alex/licht
> # mosquitto_sub -t test/alex/licht
> An,50
> ^C
> # mosquitto_sub -t test/alex/#
> An,50
>
> Thank you
> Alex
>
> On Wed, Sep 28, 2016 at 2:34 PM, Alexander Farber
> <alexander.farber@xxxxxxxxx> wrote:
>>
>>
>> I haven't managed to get mosquitto-1.4.10-install-win32.exe or
>> mosquitto-1.4.10-install-cygwin.exe running on my win 7 x64 computer because
>> SSLEAY32.dll is reported as missing and I haven't managed to install it from
>> http://slproweb.com/products/Win32OpenSSL.html
>>
>> However I have tried again with mosquitto 0.15 coming with Ubuntu 14 and
>> that does not work there either - probably because of too old version?
>>
>> mosquitto_pub -p 1888 -r -m 'An,50' -t test/alex/licht
>>
>> mosquitto_sub -p 1888 -t test/alex/licht
>> An,50
>>
>> developer@vwiflabubd158:~$ mosquitto_sub -p 1888 -t test/alex/licht
>> An,50
>>
>> developer@vwiflabubd158:~$ mosquitto_sub -p 1888 -t test/alex/*
>> **NOTHING IS PUBLISHED**
>>
>>
>>
>
>
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top