Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Mahboob
Contributor
Contributor

Caching in Talend ESB Route

Hi,

 

 Is it possible to cache data in ESB Route design?

 If possible how should I go about doing it?

 

Thanks,

M

 

Labels (3)
1 Solution

Accepted Solutions
Loko
Creator II
Creator II

Hi

Can you tell us more about your goal ? How long do you need to cache data ? Shall it be persistent at route restart ? 

 

If no persistence, you could create some java variables, hasmaps or so in a java bean, defined as static so your data will be available for every message that comes through your route.

View solution in original post

2 Replies
Loko
Creator II
Creator II

Hi

Can you tell us more about your goal ? How long do you need to cache data ? Shall it be persistent at route restart ? 

 

If no persistence, you could create some java variables, hasmaps or so in a java bean, defined as static so your data will be available for every message that comes through your route.

Mahboob
Contributor
Contributor
Author

Thanks Loko. It worked.