0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve logging. Remove duplicated code from QosPublishHandlers. More... over 8 years ago
Improve logging More... over 8 years ago
Merge branch 'bugfixes' of github.com:lbarriosh/moquette into bugfixes More... over 8 years ago
Improve logging More... over 8 years ago
Improve logging More... over 8 years ago
Improve logging: - When a MQTT message is received, we should only log it in debug level. It is better to log the actions performed in the protocol processor at the info level (they are more meaningful). - Capture and log every exception raised while processing the message (including RuntimeExceptions). More... over 8 years ago
Add log traces to MoquetteIdleTimeoutHandler and to NettyAcceptor. Fix NettyAcceptor shutdown: when the event loops take too long to stop, an IllegalStateException is raised. This leads to leaks, and prevents other parts of the broker to be shut down properly. More... over 8 years ago
Add debug log traces to AutoFlushHandler More... over 8 years ago
Improve logging of ResourceLoaderConfig More... over 8 years ago
Improve logging of package io.moquette.server.config More... over 8 years ago
Handle publish errors properly in PersistentQueueMessageSender. Create a connection descriptor store to handle all the message delivery errors and to avoid duplicating error handling code (i.e. the connection descriptors map is null, the connection descriptor does not exist, etc). More... over 8 years ago
Improve log traces of the subscriptions store. Make sure that no "raw" RuntimeExceptions are thrown, and include proper log traces before any exception is raised. More... over 8 years ago
Remove unused imports, raw types and some deprecated method calls.. More... over 8 years ago
Remove rawtypes More... over 8 years ago
Add missing method implementation More... over 8 years ago
Make the size of the BrokerInterceptor thread pool configurable. More... over 8 years ago
Allow InterceptHandler to specify the messages they can intercept. This allows us to improve the performance of the broker interceptor, and will make log traces more clear. - Add methods to return an unique identifier and the supported message types at the InterceptHandler interface. - Include a default implementation of the new methods in the AbstractInterceptHandler. By default, all the interceptors will be able to handle any message (same as before). - Comment verifyNoMoreInteractions() call from the BrokerInterceptorTest.testAddAndRemoveInterceptHandler(). The removeInterceptHandler() method of the broker interceptor polls the InterceptHandler, so an interaction will always exist after the call to onSubscribe(). More... over 8 years ago
Update .gitignore file to exclude /osgi_test/target/ and /perf/target/ More... over 8 years ago
Update .gitignore file to exclude /osgi_test/target/ and /perf/target/ More... over 8 years ago
Removed the reference counter for stored messages More... over 8 years ago
Removed old 'map based queues' to use persistent BlockingQueues from MapDB More... over 8 years ago
Updated copiright to year 2017 More... over 8 years ago
Fixed javadoc (issue #164) More... over 8 years ago
Fixed NPE exception of inflight ACK because the publisher with clean=true removed all messages, also the published from message store More... over 8 years ago
Added gracefull handling when client cut TCP connection More... over 8 years ago
Removed ClasspathConfig to use the ClasspathResourceLoader and basic ResourceLoaderConfig More... over 8 years ago
Changed default behaviour to use persistent sotre, now use in memory as default and not FS moquette.mapdb (Fix issue #242) More... over 8 years ago
Minor changes to distribution's log4j config file to include the messagelog logger More... over 8 years ago
Minor, removed test lib deps in OSGi test module More... over 8 years ago
Switched from http encoder and decoder to codec, and fixed logger to check message type before log More... over 8 years ago