Runtime components : Service components : Web Messaging service : Server side – how to use WebMsgService
  
Server side – how to use WebMsgService
1 Set correct implementation class for WebMsgService in btt.xml
Choose WebMsgServiceWASImpl for WAS
Choose WebMsgServiceWeblogicImpl for Weblogic
This graphic is described in the surrounding text.
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
This graphic is described in the surrounding text.
3 Create a UDTT Operation and reference the WebMsgService.
This graphic is described in the surrounding text.
4 Use the WebMsgService in UDTT operation.
This graphic is described in the surrounding text.
Go up to
Web Messaging service