How we can send the message from jms to RV?
Answer Posted / shubham
Hi, You can follow the following steps
1. Open tibemsd.conf and set tibrv_transports = enabled
2. Open transports.conf and set the following
[RV]
type = tibrv
service = 7500
network = 10.203.54.113 (your host ip)
daemon =7600
3. Open the topic.conf and add following lines
test export="RV" ( here the topic name
is test)
4. Restart the EMS after all changes as you are doing
manual changes to the config file
4. In designer creat two processes one to send to the topic
and another to receiver message
5. In the RV Connection use the same parameters those are
set in point2
Now run both the process and publish a message , subscriber
will subscribe it
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?
What are the three scenarios where bw engine has to be configured with database persistence instead of local file ?
How do wait-notify resources work ?
What is the advantage of scripted deployment in tibco?
What are the modes of tibco bw installations ?
What are the mandatory configuration parameters for ftp connection & ftp with firewall ?
What are the different types of transactions tibco provides?
What is the purpose of the inspector activity ?
What is business key?
By using which bw palette we can create db table?
What is the scope of user defined process variables ?
What is the purpose of a lock shared configuration resource?
Process engines in a fault tolerant group can be configured as peers or master secondary.how do these differ ?
What is process name dynamic override?
If there are two sub processes then how can we call at a time one sub process dynamically by using call process?