Unity · Arazzo Workflow
Unity Matchmaker Queue Provisioning
Version 1.0.0
Create a matchmaking queue, read it back, then list all queues to confirm it is registered.
View Spec
View on GitHub
Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud GamingArazzoWorkflows
Provider
Workflows
matchmaker-queue-provision
Create a matchmaking queue, verify it, and confirm it is listed.
Creates a matchmaking queue with a pool, reads the queue back by name, then lists all queues to confirm registration.
1
createQueue
createQueue
Create the matchmaking queue with a single pool and default escalation rules.
2
getQueue
getQueue
Read the queue back by name to confirm its configuration was applied.
3
listQueues
listQueues
List all queues for the environment to confirm the new queue is registered.