Skip to content

Releases: valtech-sd/RabbitMQ-To-EventHub-Shovel

RabbitMQ-To-EventHub-Shovel v2.0.0

01 Apr 23:55
Compare
Choose a tag to compare

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.

RabbitMQ-To-EventHub-Shovel v1.0.1

31 Mar 23:41
Compare
Choose a tag to compare

Minor update:

  • Readme update for clarification around Docker Build after changing secrets.
  • Added a symlink inside the Docker Prod config to make it easy to edit the secrets and certificate when packaging the container.

RabbitMQ-To-EventHub-Shovel v1

31 Mar 06:17
Compare
Choose a tag to compare

Initial app release:

  • Consumes messages from an RMQ Queue in batch and immediately publishes them in batch to EventHub. RMQ RoutingKey is preserved and passed into EventHub.
  • Can run locally via node or nvm.
  • Can run locally via Docker.
  • Can be built locally then deployed remotely using a Docker container.
  • Supports RMQ via SSH tunnel as well as Docker running on the same host as RMQ.