ARTEMIS-4646 Reuse only acknowledged MQTT IDs

Generate MQTT message IDs from full allowed range of 1-65535 and skip
currently used values. Do not use atomic integer for current ID, because
all accesses and modifications are performed in synchronized context.
2 files changed
tree: 3af74ee2c2b6b15aab1ad8b86c3093ca75107bb6
  1. .github/
  2. .settings/
  3. artemis-bom/
  4. artemis-boot/
  5. artemis-cdi-client/
  6. artemis-cli/
  7. artemis-commons/
  8. artemis-core-client/
  9. artemis-core-client-all/
  10. artemis-core-client-osgi/
  11. artemis-distribution/
  12. artemis-docker/
  13. artemis-dto/
  14. artemis-features/
  15. artemis-hawtio/
  16. artemis-image/
  17. artemis-jakarta-client/
  18. artemis-jakarta-client-all/
  19. artemis-jakarta-ra/
  20. artemis-jakarta-server/
  21. artemis-jakarta-service-extensions/
  22. artemis-jdbc-store/
  23. artemis-jms-client/
  24. artemis-jms-client-all/
  25. artemis-jms-client-osgi/
  26. artemis-jms-server/
  27. artemis-journal/
  28. artemis-junit/
  29. artemis-log-annotation-processor/
  30. artemis-maven-plugin/
  31. artemis-pom/
  32. artemis-protocols/
  33. artemis-quorum-api/
  34. artemis-quorum-ri/
  35. artemis-ra/
  36. artemis-selector/
  37. artemis-server/
  38. artemis-server-osgi/
  39. artemis-service-extensions/
  40. artemis-unit-test-support/
  41. artemis-web/
  42. artemis-website/
  43. docs/
  44. etc/
  45. integration/
  46. scripts/
  47. tests/
  48. .asf.yaml
  49. .gitignore
  50. .project
  51. artemis_doap.rdf
  52. LICENSE
  53. NOTICE
  54. pom.xml
  55. README.md
  56. RELEASING.md
README.md

Welcome to Apache ActiveMQ Artemis

ActiveMQ Artemis is the next generation message broker from Apache ActiveMQ.

Getting Started

See the User Manual for an in-depth explanation of all aspects of broker configuration and behavior.

The ActiveMQ Artemis Examples repository contains over 90 examples demonstrating many of the client and broker features.

How to Build, etc.

See the Hacking Guide for details about modifying the code, building the project, running tests, IDE integration, etc.

Migrate from ActiveMQ Classic

See the Migration Guide for information about the architectural and configuration differences between ActiveMQ Classic and ActiveMQ Artemis.

Report an Issue

See our website for details on how to report an bug, request a feature, etc.