IQRF Gateway Daemon MqMessaging component configuration

interface IqrfGatewayDaemonMqMessaging {
    acceptAsyncMsg: boolean;
    component: IqrfMqMessaging;
    instance: string;
    LocalMqName: string;
    RemoteMqName: string;
}

Hierarchy (View Summary)

Properties

acceptAsyncMsg: boolean
component: IqrfMqMessaging
instance: string
LocalMqName: string
RemoteMqName: string