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'm not totally sure what it is you are trying to do. I also don't know anything about the ServiceBusClient.
As a general point you usually send to the same address that the receiver is receiving from. So in this case that would be the topicName. Of course for a typical broker 'topic', all the subscribers would get that message. Not sure if that is what you want, or if you are trying to communicate with a specific subscriber without using the topic address.
I have a server set up using rhea that looks like this using node.js
I have set up listeners for the container events as per the examples
I have my receiver set up in another file like this
I have tried to send a message to the receiver in the "sendable" event of the container but don't see it appearing in the receiver's myMessageHandler.
I know this may be a vendor specific question but I cannot find any vendor specific answers so I have come here for guidance.
How can I send a message successfully to the receiver from this simple rhea server setup?
The text was updated successfully, but these errors were encountered: