RTI Routing

2 posts / 0 new
Last post
Jacob Henry's picture
Offline
Last seen: 7 months 3 weeks ago
Joined: 10/17/2017
Posts: 6
Routing Service Library Create Entity

Hello,

I am trying to use the java api for the rti routing service. I have successfully got the route running with the initial configuration file, but I need more information on how to use the createEntity and deleteEntity methods.

The following is my initial XML file which loads successfully and routing begins:

 

Organization:
6 posts / 0 new
Last post
Offline
Last seen: 8 years 3 months ago
Joined: 01/08/2015
Posts: 4
RTI Routing to allow 1 way traffic to Independant domains

We want to be able to have 2 domains that are seperate, but have the Topics/messages from domain 1 be able to be used in domain 2. Domain 2 is more for monitoring and data massaging applications. Nothing from domain 2 should go back to domain 1 including ACKNACKs and missed data requests. Domain 1 is RELIABLE_RELIABILITY. We had a problem on domain 2 and it slowed down the writers on domain 1 when it got flooded with ACKNACKs requesting data resends which couldn't be handled on domain 2 and would ask again etc. This is a problem for us.

Subscribe to RSS - RTI Routing