Last active
April 20, 2016 23:03
-
-
Save apcera-code/3003f7dc969bf4418cf0521f27af8165 to your computer and use it in GitHub Desktop.
Deploying Microservices with Multi Job Manifests: this is a command prompt inspecting the traffic from NATS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apc job connect nats-ops | |
| -bash-4.3# env | grep NATS_URI | |
| NATS_URI=tcp://169.254.0.4:10000 | |
| -bash-4.3# nc 169.254.0.4 10000 | |
| INFO {"server_id":"5ca41a4f043d4d71bd6ec94bae67ada8","version":"0.7.2","go":"go1.5.2","host":"0.0.0.0","port":4222,"auth_required":false,"ssl_required":false,"tls_required":false,"tls_verify":false,"max_payload":1048576} | |
| sub > 1 | |
| +OK | |
| MSG help 1 _INBOX.mRzj3WwpUseJmWN1iIPAG1 11 | |
| help please | |
| MSG _INBOX.mRzj3WwpUseJmWN1iIPAG1 1 14 | |
| OK I can help! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment