QueueMembershipChangedEvent for add and remove will no longer include a "joined" flag

Category: API

Summary: We plan to modify the QueueMembershipChangedEvent for queue member add and remove operations to no longer include a "joined" flag. this flag has previously existed but always been "false" for add and remove operations. however, it is not possible to specify joined status for add and remove operations, so including this flag is not applicable. note however that every add also produces an update message, which will include the correct "joined" value.

Impact: Any code which expects a "joined" flag to be present on all QueueMembershipChangedEvent notifications will need to be updated.

Date of Change: On or after October 31, 2018

Impacted APIs:

  • the v2.routing.queues.{id}.users topic

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.

This change will make its way to production next week.