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 do you determine if there are broken references in the project?
What is the purpose of a lock shared configuration resource?
What is difference between scripted deployment and normal deployment?
What are the revision control system options available in tibco designer?
Give an example where graceful migration of service from one machine to another is not possible.
Which are the two process variables available to all activities with inputs ?
How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?
How to control the sequence of execution of process instances created by a process starter ?
If the business process needs to invoke another web service which resource do you use ?
What is difference between shared variable and job shared variable ?
Explain Client and EXplicit Client dupsOK Acknowledge modes in jms?
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?
Can there be two error transitions out of an activity ?
What is target namespace and taget prefix?
How do wait-notify resources work ?