
Set Debug Callback

Use this command to enable the Debug Callback on the broker side for the AgentSender and AgentListener specifying
the class for the callback.

Arguments:

 doiID          Name of the element to be enabled for debug like: AgentSender or AgentListener

 callback       Fully qualified name of the trace callback class, usually: progress.message.zclient.xonce.MgramTraceCallback

Examples:

  sonic.mq.debug setDebugCallback doiID=AgentSender callback=progress.message.zclient.xonce.MgramTraceCallback

  sonic.mq.debug setDebugCallback doiID=AgentListener callback=progress.message.zclient.xonce.MgramTraceCallback

