Publish through connect.ngs.global
See original GitHub issueHi, I want to try to publish through connect.ngs.global but cannot get any message and i don’t have any error. Are the options I made were enough?
var options = ConnectionFactory.GetDefaultOptions();
options.Url = "connect.ngs.global";
options.SetUserCredentials(@"S:\syndia-nats\synadia-keys\.nkeys\creds\synadia\NATS_CONNECT\NATS_CONNECT.creds");
options.Secure = true;
Thank you
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Python and NGS Running in Docker - NATS Docs
Publish a message: python nats-pub.py --creds /creds/NGS.creds -s tls://connect.ngs.global:4222 hello -d world. Previous. Docker Swarm.
Read more >Building a Service Acorn for NATS using NGS by Synadia
In this article I want to focus on building a Service Acorn for NATS which automates the creation of a NGS user, NGS...
Read more >Connect Everything
NGS is a global communications system built on NATS.io. It allows digital systems, services and devices to communicate through the exchange of messages....
Read more >NGS Global - Recent News
Companies all over the world choose NGS Global for their human capital ... and companies from a variety of online and offline public,...
Read more >nats - Rust
A Subscription receives Message s published to specific NATS Subject s. Traits. IntoServerList. Capability to convert into a list of NATS server addresses....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just to be clear, NATS does not have persistence (unless using NATS Streaming or JetStream), so you would need to subscribe before you publish to get those messages. Could it be that you were publishing, and then subscribing?
Happy to help, and likewise! Have a good weekend!