Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mosquitto » How to use only bridges without listener
How to use only bridges without listener [message #1841366] Thu, 13 May 2021 08:13 Go to next message
Marcin S is currently offline Marcin SFriend
Messages: 1
Registered: May 2021
Junior Member
Hi everyone.
I have a question, is it possible to disable listener in mosquitto and only use bridges? For example I need to run few mosquittos on one computer, all of them use only bridges, and I don't want to set them different listening ports, I just want to turn listener functions off. I was looking for the information on google but I did not find it.
Thanks in advance.
Re: How to use only bridges without listener [message #1841405 is a reply to message #1841366] Fri, 14 May 2021 15:32 Go to previous message
Roger Light is currently offline Roger LightFriend
Messages: 90
Registered: September 2013
Member
Sorry, it's not possible to run Mosquitto without a listener. If you're running on Linux/BSD/macOS you could use Unix sockets as listeners to avoid needing to open ports:

```
listener 0 /var/lib/mosquitto/mosquitto1.sock
```
Previous Topic:Websocket connection failures
Next Topic:Mosquitto wildcard and retain messages bug?
Goto Forum:
  


Current Time: Thu Apr 18 19:01:33 GMT 2024

Powered by FUDForum. Page generated in 0.02403 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top