Recording WebSphere® MQ and TIBCO EMS Server events
Recording for WebSphere® MQ transports is carried out in a different way than other transports. The WebSphere® MQ transport does not provide a native method for watching a queue in a non-destructive manner. In other words, events cannot be captured without taking them off the queue.
Recording WebSphere® MQ events
Because events cannot be captured without removing them from a queue, Rational® Integration Tester uses WebSphere® MQ browse facility to capture messages. To record WebSphere® MQ events, Rational® Integration Tester polls the queue at a predefined interval and copies event information to the Events View.
Recording TIBCO EMS Server events
Users can record all traffic from a TIBCO EMS server thus removing the requirement to specify in advance which server operations are to be recorded.
When you record TIBCO EMS server events, only newly published messages are recorded. Messages that already exist on queues are not recorded.
Recording Studio queue permissions
grant topic $sys.monitor.Q.r.> user=testuser subscribe
grant topic $sys.monitor.T.r.> user=testuser subscribe
commit
For more information on these commands, refer to
the TIBCO EMS documentation.