Skip to content

RabbitMQ-To-EventHub-Shovel v2.0.0

Latest
Compare
Choose a tag to compare
@EricWasTakenMJD EricWasTakenMJD released this 01 Apr 23:55
· 5 commits to master since this release

New features:

  • Added a consumeMode parameter that supports oneEach (one message) and batch (multiple messages) at a time.
  • Added additional environment variables to control batch and oneEach.
  • Batch can now control the size of batch in bytes as well as message age (in seconds.)
  • OneEach can add a limit to ingest only a certain number of messages.