This is an example of broadcast messaging using TIBCO Rendezvous .   You can find more information about queue, dispatcher, transport and other rendezvous concepts in the TIBCO Rendezvous® Concepts  pdf documentation.   Command Line:   Receiving messages   tibrvlisten –service <port> -network "<ip-address>" –daemon <port> "<subject>"    tibrvlisten –service <port> -network ";<multicast-ip-address>" –daemon <port> "<subject>"         tibrvlisten -service 7500 -network "192.168.xx.xxx" -daemon 7500 "ME.TEST"     tibrvlisten -service 7500 -network "192.168.xx.xxx" -daemon 7500 "ME.>"   Publishing messages   tibrvsend –service <port> -network "<ip-address>" –daemon <port> "<subject>" "<your-message>"   tibrvsend -service 7500 -network "192.168.xx.xxx" -daemon 7500 "ME.TEST" "He...
 
Comments
Post a Comment