Skip to content

Releases: rabbitmq/omq

v0.46.0

18 Mar 13:37
v0.46.0
3ccb132

Choose a tag to compare

Changelog

v0.45.0

18 Mar 13:00
v0.45.0
48e293d

Choose a tag to compare

Changelog

  • 48e293d Add JMS queue type and JMS selector filter support
  • 43f9050 Rename --amqp091-headers to --amqp091-header and support value cycling

v0.44.0

17 Mar 17:31
v0.44.0
37aee05

Choose a tag to compare

Changelog

  • 13972ff Improve active/inactive consumer logging
  • fc5e2a8 Improve out-of-order/gap detection
  • 3e56933 Publishers and consumers ID start from 0
  • 6bbba09 Update README
  • 37aee05 go fmt

v0.43.0

17 Mar 10:45
v0.43.0
4925530

Choose a tag to compare

Changelog

  • 4925530 Add --amqp-modify and --amqp-modify-rate

v0.42.0

16 Mar 16:08
v0.42.0
28e8353

Choose a tag to compare

Changelog

  • 82f408b Add --queue-args
  • 3bbaf91 Add support for SAC notifications
  • 9fbaba2 Fix timeouts that were too aggressive for graceful shutdown
  • 6af0919 Replace context.TODO() with proper contexts for better cancellation
  • 3f19cc1 STOMP: handle declarations differently
  • 28e8353 Support for templates in consumer-priority
  • d3c2f2f feat: add warnings for unsupported requeue/discard with STOMP/MQTT
  • a5593ce fix: add nil check in MQTT consumer Stop method
  • 120d206 fix: close TLS connection on STOMP connect failure
  • 5ccd1f1 fix: correct error message for AMQP-0.9.1 consumer creation
  • 41ce83c fix: improve graceful shutdown and context cancellation handling
  • 3061268 go get -u ./... && go mod tidy
  • fd06150 metrics: report final delta
  • 072cc7e refactor parsing of key=value flags
  • e10e38e refactor: consolidate pastTense function into utils package
  • e289fc3 refactor: extract URI rotation logic into NextURI helper
  • b9d615b refactor: extract reconnect delay as a constant
  • ca9df5e refactor: remove unused code and simplify ResolveTerminus

v0.41.0

11 Mar 13:31
v0.41.0
d5a29cd

Choose a tag to compare

Changelog

  • d5a29cd Add --amqp-consume-settled

v0.40.0

11 Mar 12:01
v0.40.0
582fc65

Choose a tag to compare

Changelog

  • 0b9fec1 Add --tls-skip-verify
  • 42e335c Fix TLS in MGMT connection
  • 582fc65 In tests, use MGMT API over TLS if avilable
  • fdc363f Print pub_min, pub_max, e2e_min, e2e_max

v0.39.0

09 Mar 12:56
v0.39.0
e37ebc8

Choose a tag to compare

Changelog

  • e37ebc8 AMQP 1.0 consumer: WriteQueueDepth: 10
  • bb6e2e2 Close channel/sender/sessions/connection
  • 42f1c45 Use latest go-amqp batched-writes

v0.38.1

04 Mar 15:50
v0.38.1
53f0460

Choose a tag to compare

Changelog

  • 53f0460 AMQP 1.0: fix publisher reconnection
  • af4572b Add missing debug log

v0.38.0

03 Mar 14:11
v0.38.0
6c27551

Choose a tag to compare

Changelog

  • ad0a0de Add option to start publishers/consumers in batches
  • 6c27551 Set MQTT timeouts to 30s