LPodolski

PHP, MySQL, JS, Symfony, Linux

  • Contact me
  • Interesting
  • Symfony features Reference
  • Tech news
  • Usefull Linux commands
  • Usefull tools

Search

Recent Posts

  • Ubuntu change daily updates time
  • sendmail with DKIM on ubuntu 22 LTS
  • PostgreSQL drop and recreate database
  • Linux server todo, first things, first 5 minutes on HTTP server
  • check linux, ubuntu version

Categories

  • JS
  • Linux
  • Main
  • PHP
  • Ubuntu

Message Queue: idempotent

Messages, Request from MQ like RabbitMQ should be idempotent, which means if multiple same messages would be delivered, it should not result in errors. Like for example message with result of inserting something to database, should not insert multiple same rows

https://stackoverflow.com/questions/23260024/how-to-prevent-duplicate-sqs-messages

Post navigation

Previous Previous post: Composer, composer.lock not in sync
Next Next post: PhpStorm, running tests permissions issues
Contact me