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
If there are two sub processes then how can we call at a time one sub process dynamically by using call process?
When is a 'generate error' activity useful?
Which mechanism can be used to pass data between a process instance and a called sub process other than mapping from/to the callee's input/output ?
What is the role of tra?
What is the difference between jms queue receiver and jms queue requestor?
What are the different modes of service invocation in tibco?
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 options for configuring storage for process engine's checkpoint repository ?
What is tibco?
Which are the two process variables available to all activities with inputs ?
Which activity is used for detecting duplicate message processing?
What are the mandatory configuration parameters for ftp connection & ftp with firewall ?
What is process name dynamic override?
What activities are supported in xa transaction ?
How to control the sequence of execution of process instances created by a process starter ?