multiple transmission of a mqtt message with only one sent
I have the problem that when I publish a message, four always arrive? the next time i send, there are already 8 in the queue Rabbitmq broker (MQTT)
Hi Alex - what are you setting the QoS to? If you want to guarantee that only one will arrive you should use U_MQTT_QOS_EXACTLY_ONCE.

That would seem correct: could you possibly paste into here an AT log of the exact sequence, which I could use to show your problem to our application engineering guys?

Great, thanks, let me see what they say...
Right, have had a discussion with AE, the AT sequence is fine so we need visibility from another angle. A few options:
- Are you able to get at the USB port of the module? Specifically, would it be possible to attach a Windows PC to that USB port only after powering the module up? If so, you could obtain a log from it (I will tell you how). It needs to only be connected after powering the module up as, if the module detects something plugged into the USB port at boot it will switch to only accepting AT commands over the USB port and NOT over the UART port, which would prevent your MCU talking to it.
- Are you able to take a log (e.g. Wireshark, or just an MQTT message log) on the broker side at all?
- Would you be willing to share log-in details for the broker with us, in which case we could reproduce the problem here?
I would like to try the first variant.
I just have to figure out how to connect the USB port. Is it a problem if the VCC pin gets the V_SYS voltage and then the RSVD/VUSB_DET is powered by the USB? The circuit board was developed for us, so I don't have much of a clue.

The critical moment is when PWR_ON is briefly pulled low to effect the power on process. At that point the module boots and checks if the USB is connected (I guess it probably just checks whether 5V is present on the VUSB _DET line).
The ubxlib code will be toggling PWR_ON at your command (either when you call uNetworkAdd() or maybe you are calling uCellPwrOn() directly, I can't recall now). When it does this the USB must NOT be connected. Once it has done that, you can plug in the USB to obtain logs. I will need to get you the stuff for doing that actual log capturing on the Windows PC side of course.
Could you possibly send me a direct message so that we can continue there?
This was moved to direct comms, closing - please re-open if there are still concerns.