Skip to content

NEW: Azure Service Bus Sampler v0.1.0 & UDPATE: Azure Event Hubs Sampler v0.2.2

Compare
Choose a tag to compare
@kuniteru kuniteru released this 11 Nov 07:17
· 44 commits to master since this release

[IMPORTANT] This version has a breaking change in Azure Event Hubs sampler.

  • Azure Service Bus sampler v0.1.0 [NEW SAMPLER]
    Currently, this sampler does not support all Azure Service Bus features. For example, message deferral, send properties, etc are not supported.
    I will prioritize the implementation of the ones that are most frequently requested by everyone.
    Reference of Azure Service Bus sampler
  • Azure Event Hubs sampler v0.2.2
    • Fixed bugs
      • Azure AD authentication via proxy was not working.
    • Adjusted dependent libraries.
      Reduces the occurrence of errors due to library conflicts.
    • [Breaking change]
      • Incompatible with test plan files saved prior to v0.4.1.

        You can upgrade the test plan file by changing 'jp.co.pnop.jmeter.protocol.amqp.config.gui.AzAmqpMessage' to 'jp.co.pnop.jmeter.protocol.amqp.sampler.AzAmqpMessage' in the test plan file for the previous version.