How we can send the message from jms to RV?
Answer / 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 |
what is global variables?
Explain the process configuration parameters - max jobs, flow limit & activation limit ?
What is import and include in schema in tibco bw?
How we can send the message from jms to RV?
What is difference between shared variable and job shared variable ?
What are the different modes of service invocation in tibco?
What are the mandatory configuration parameters for ftp connection & ftp with firewall ?
Wht is bussiness key?
Process engines in a fault tolerant group can be configured as peers or master secondary.how do these differ ?
What is target namespace and taget prefix?
how to create adapters?how to connect adapters? and how to build?
Already the table has some data in it, with the help of ADB we had inserted some data. By seeing the table how can we identify the data inserted by ADB.