lizhanhui / moquette-mqtt

Automatically exported from code.google.com/p/moquette-mqtt
Apache License 2.0
0 stars 0 forks source link

Feature Request: Broker as library #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I want to use the Broker implementation in my code. 
Therefore I want to instantiate a server Object of my own and start and stop 
this server. 

My optimizations in code are in class Server.java:
- make startServer(); public
- make stopServer(); public
- move the shutdownHook in startServer(); to your main class, because I don't 
want to use this Hook. 

I have 

Thanks

Original issue reported on code.google.com by andreslo...@gmail.com on 25 Feb 2013 at 9:03

GoogleCodeExporter commented 9 years ago
Fixed with 
http://code.google.com/p/moquette-mqtt/source/detail?r=53cb3dda73af394d2941987a6
096ead73275d9a9

Original comment by selva.an...@gmail.com on 28 Aug 2013 at 8:38