Ramon Smits

Results 162 comments of Ramon Smits

@mstavrev I've been able to reproduce this and updated the "Steps to reproduce" with an additional observation.

@mstavrev fix is here if you are severely affected but we didn't reach consensus yet on this fix - https://github.com/Particular/NServiceBus.RabbitMQ/pull/1270

FYI: https://github.com/Particular/NServiceBus.Persistence.Sql/releases/tag/7.0.3 was released. Does that bring any benefits? Using larger values will be more likely to result in deadlocks. Even lower values would result in each cleanup interval to...

> So basically you want to set your delete size to match what the dtu's allow. @JakkeFiejest So you would want to increase the size? The problem with increasing is...

> but not 1 to 1. @SeanFeldman What do you mean by this?

@SeanFeldman ok, rate limiting from the handlers processing perspective that is connecting to services. This issue is about rate limiting on the broker.

The broker will rate limit / throttle the namespace when consumers fetch too many messages. I'm not sure about the reason as docs mention connection limits too but the transport...

I've made a small api to bridge any incoming OsmAnd HTTP post http://myserver:5297/?id=123456789&timestamp=1702232117&lat=YY.YYYY&lon=Z.ZZZ066&speed=0.0&bearing=0.0&altitude=48.87311760736797&accuracy=100.0&batt=17.0 and just publish that to an MQTT topic that contains the ID and the payload for all...

Its better to only support MQTT3 as there as no really useful additions like headers. As long as the MQTT broker accepts v3 messages its ok. All brokers will happily...

What topics are used for position/event forwarding? It seems the current MQTT implementation isn't really following how most MQTT systems publish topics around isolated topics. For example, https://github.com/ivanfmartinez/ivanfm-traccar-mqtt seems to...