Server side – how to use WebMsgService
1 Set correct implementation class for WebMsgService in btt.xml
▪ Choose WebMsgServiceWASImpl for WAS
▪ Choose WebMsgServiceWeblogicImpl for Weblogic
2 Add WebMsgService definition in the UDTT service.
▪ BroadcastTopic is the predefined topic name for broadcast
▪ PrivateTopic is the prefix of the topic for send private message
3 Create a UDTT Operation and reference the WebMsgService.
4 Use the WebMsgService in UDTT operation.
See also