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 secondary server finds out that the Primary is down and comes up.Where does it gets the messages from.
What are the different modes of service invocation?
If the business process needs to invoke another web service which resource do you use ?
What is the functionality of the retrieve resources resource?
How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?
What is the advantage of scripted deployment in tibco?
If Sender has sent the message on a queue.If the JMS Primary Server went down and secondary Server get the message which is lost. Where is the message now?
When is a 'generate error' activity useful?
What is target namespace and taget prefix?
What is business key?
Why we implement the tibco in our organization or company?
What is the purpose of a lock shared configuration resource?
What is custom id?
How do you determine if there are broken references in the project?
When is a 'no action' group used ?