Queueing Walkthrough
Walkthrough prerequisites
1. Start the first member of the queue group
nats reply foo "service instance A Reply# {{Count}}"2. Start a second member of the queue-group
nats reply foo "service instance B Reply# {{Count}}"3. Start a third member of the queue-group
nats reply foo "service instance C Reply# {{Count}}"4. Publish a NATS message
nats request foo "Simple request"5. Verify message publication and receipt
6. Publish another message
7. Stop/start queue-group members
See Also
Last updated
Was this helpful?