NimbusAPI / Nimbus

Nimbus is a .NET client library to provide an easy abstraction over common messaging frameworks.

Home Page:http://nimbusapi.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom IBusEvent - Topic Name Creation

Timothyoverton opened this issue · comments

Hi Guys,

We would like our server to create a Bus event based on the Client ID.
ie. a custom/dynamic topic name.
On the client side we have a listener service that is listening to a Topic based on their known Client ID - we have the listener part working.

We want our server to send out an event to Client X and we only want Client X to get that event. We have successfully setup an alert IBusEvent that the bus can publish and a topic is created for that event but how do we create a custom topic name from a single or dynamic bus event?

Hope that makes sense, thanks,
Tim