Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有办法记录 tibco RV 消息内容?我需要知道何时收到特定消息。另外,当前日志页面指向哪里?有日志文件吗?非常感谢。
Messages aren't logged by daemons, no. But you can write a simple script that does a tibrvlisten on the desired subject and writes that to a file
tibrvlisten -service 7601 -network ;230.1.1.1;230.1.1.1 "FOO.>" > foobar.txt