mercredi 8 avril 2015

Camel Websocket Multithreading Issue


Vote count:

0




When I try to run a Camel Route Program Simultaneously(two times) which contains the Camel Websocket with JSON data The Connection Key created for sending the websocket clashes between the two routes and the update for one route interferes with the other route data. Please let me know if any solution when running the Camel Websocket simultainously.


Route: from("direct:websocket").marshal().json(JsonLibrary.Jackson).to(websocket);


Called form: from("direct:repsum").filter(simple("${header.isWebSocketOpen}")).beanRef(Create Data in Json format).to(websocket);



asked 1 min ago







Camel Websocket Multithreading Issue

Aucun commentaire:

Enregistrer un commentaire