RoutingServiceAdapter

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:
8 posts / 0 new
Last post
Offline
Last seen: 1 year 11 months ago
Joined: 02/25/2019
Posts: 13
Routing Service Socket Adapter in java

I have modified the rti provided example in java of simplefileadapter in routing service for socket to dds communication.

My problem is that

In NotificationThread StreamReaderListener object is not invoking read function on line

listener.onDataAvailable(reader);

i have attached source code plz have a look on this. When i am running this adapter it is creating stream reader and also calling notification thread but when i am sending data on socket port it is not calling read function.

Subscribe to RSS - RoutingServiceAdapter