Practice the pronunciation of message broker and queue names including RabbitMQ, NATS, Pulsar, Kinesis, and Celery.
0 / 5 completed
1 / 5
How is 'RabbitMQ' pronounced?
RabbitMQ is pronounced /ˈræbɪt ˌmjuːˈkjuː/ — 'RAB-it MYOO-KYOO'. 'Rabbit' = /ˈræbɪt/ — 'RAB-it' (short /æ/). 'MQ' = Message Queue: M = /ɛm/ which glides to /mjuː/ before the following /k/, Q = /kjuː/. In practice developers say 'RAB-it MYOO-KYOO'. 'Rabbit' = /ˈræbɪt/ (short /æ/ as in 'bag'). Non-native speakers sometimes merge MQ into 'EM-kyoo' without the palatal glide. RabbitMQ is an open-source AMQP message broker for decoupling services via queues and exchanges: 'The payment service publishes events to RAB-it MYOO-KYOO'.
2 / 5
How is 'NATS' pronounced?
NATS is pronounced /næts/ — 'NATS', rhyming with 'bats', 'cats', and 'hats'. NATS is always spoken as a single word, never spelled letter by letter. The vowel is a short /æ/ as in 'back'. Single syllable: NATS. Non-native speakers may use a long vowel ('NAATS') or treat it as an acronym and spell it out. NATS is a lightweight, cloud-native messaging system from Synadia (CNCF hosted), supporting pub-sub, request-reply, and queue subscriber patterns with very low latency: 'Microservices communicate over NATS'.
3 / 5
How is 'Pulsar' pronounced?
Pulsar is pronounced /ˈpʌlsər/ — 'PUL-sur'. The name refers to a rapidly rotating neutron star emitting regular pulses of radiation, evoking fast, rhythmic event delivery. 'Pul' = /pʌl/ (short /ʌ/ as in 'pull', 'bull'). '-sar' = /sər/ (schwa + rhotic). Two syllables: PUL-sur, stress on the first. Non-native speakers often use a long 'oo' ('POOL-sar') or shift stress to the second syllable. Apache Pulsar is a cloud-native distributed messaging platform from Yahoo with multi-tenancy and geo-replication: 'Topics are partitioned across the PUL-sur cluster'.
4 / 5
How is 'Kinesis' pronounced?
Kinesis is pronounced /kɪˈniːsɪs/ — 'kih-NEE-sis'. The word comes from the Greek κίνησις (kinesis), meaning movement or motion, reflecting data in motion streaming. 'Ki' = /kɪ/ (short /ɪ/). 'ne' = /niː/ (long 'ee', stressed). '-sis' = /sɪs/. Three syllables: kih-NEE-sis, stress on the second. Non-native speakers often stress the first syllable ('KIN-ih-sis') or use a short 'e' in the stressed syllable. Amazon Kinesis is a suite of managed AWS services for real-time data streaming and analytics: 'Clickstream data flows into kih-NEE-sis Data Streams'.
5 / 5
How is 'Celery' pronounced in a software context?
Celery is pronounced /ˈsɛləri/ — 'SEL-uh-ree'. The name is the English word for the vegetable, chosen for its memorability. 'Cel' = /sɛl/ (short /ɛ/ as in 'sell'). 'er' = /ə/ (schwa). '-y' = /ri/. Three syllables: SEL-uh-ree, stress on the first. Non-native speakers may say 'SEE-luh-ree' (long 'ee') or compress it to two syllables ('SEL-ree'). Celery is a distributed task queue for Python, typically used with Redis or RabbitMQ as a broker for background jobs and scheduled tasks: 'Image processing runs asynchronously via SEL-uh-ree workers'.