Posted: Thu Dec 06, 2012 10:47 am Post subject: WebSphere Message Broker 8.0 with EhCache+Terracotta Server
Newbie
Joined: 06 Dec 2012 Posts: 5
Hi,
does anyone hav experience using WebSphere Message Broker 8.0 with EhCache + Terracotta Server Array (TSA).
As far as I know, Message Broker is able to execute Java code in a Java Custom Activity. The default behavior of a Java building block in Message Broker is to create a new context each time it is executed (as it is not a J2EE or java standalone application, right?). EhCache cannot be used that way as every time a connection to TSA would be established and we will have a time penalty with that.
So, I am thinking to do a workaround building a Java class that lives as long as Message Broker is up and running implementing the EhCache-TSA connection and just get a reference to that instance each time a get call against the cache is needed.
Does anyone tried it ? Or have a better workaround ?
Thanks,
Carlos
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum