AbstractClass constructor
Optionaloptions: Partial<IMQClientOptions>OptionalserviceName: stringOptionalname: stringReadonlyhostReadonlyidReadonlynameReadonlyoptionsReadonlyqueueReadonlyserviceBroadcasts given payload to all other service clients subscribed. So this is like client-to-clients publishing.
Destroys client
ProtectedremoteInitializes client work
Stops client work
Adds subscription to service event channel
Destroys subscription channel to service
StaticcreateCreates client for a service with the given name
Optionaloptions: Partial<IMQClientOptions>
Class IMQClient - base abstract class for service clients.