Azure Event Hub

The Azure Event Hub agents allow you to send messages to, and receive messages from, an Azure Event Hub.

The Listener allows you to receive messages from an Azure Event Hub. It can be used to retrieve messages from sensors configured to send to an Event Hub.

The Action Agent allows you to send messages to an Azure Event Hub. It can be used to send processed records to be handled by an Azure service linked to an Event Hub.

You can also use the Azure Event Hub Agents as Remote Agents, which will send records between different legs of a single Data Stream running on different Stream Host Collections.

An overview of Event Hubs and links to further official documentation can be found herearrow-up-right.

Pre-requisites

The following is requires to use these Agents:

  • The URI of an Azure Event Hub Namespace

  • The name of an Azure Event Hub within that namespace

  • A Shared Access Policy key and name with at least Read permissions (for the Listener) or Write permissions (for the Action Agent) on that namespace or event hub

Current Version

Please contactenvelope XMPro if you're looking for an older version of this Agent.

Listener Release Notes

Version
Date
Description

3.09

27 Dec 2024

Repackaged to translate the Agent's properties.

3.08

12 Dec 2022

Repackaged to include the Agent's category.

3.07

24 Nov 2021

Add support for JPath which will enable handling nested payloads.

3.06

29 Apr 2021

Fixed validation errors.

3.05

08 Feb 2021

Added support for Variables. Added csv file upload option for event property grid.

3.04

13 Jan 2021

Added support for consumer group.

3.03

04 Mar 2019

Updated help URL.

3.02

11 Feb 2019

Added Remote agent capability.

Action Agent Release Notes

Version
Date
Description

3.09

27 Dec 2024

Repackaged to translate the Agent's properties.

3.08

12 Dec 2022

Repackaged to include the Agent's category.

3.07

25 Nov 2021

Fixed non-variable SAS Key failing to decrypt.

3.06

29 Apr 2021

Fixed validation errors.

3.05

08 Feb 2021

Added support for Variables.

3.04

13 Jan 2021

Make input mappings optional.

3.03

04 Mar 2019

Updated help URL.

3.02

11 Feb 2019

Added Remote agent capability.

1.10

16 May 2018

Added validations for integrity check.

1.00

15 Mar 2018

Initial Release.

Last updated

Was this helpful?