You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be a good idea to reuse nats connection if I need to run publisher and subscriber in one program.
The scenario would be as follows
I need to subscribe a queue to get command from other agent, and send reply by issuing events in another queue. So I need to setup a publisher and subscriber in one program. But I need to provide two different client-id.
The text was updated successfully, but these errors were encountered:
I think it would be a good idea to reuse nats connection if I need to run publisher and subscriber in one program.
The scenario would be as follows
I need to subscribe a queue to get command from other agent, and send reply by issuing events in another queue. So I need to setup a publisher and subscriber in one program. But I need to provide two different client-id.
The text was updated successfully, but these errors were encountered: