Hi All:
I come across a strange problem those days. I use spring cache annotation to enable data cache in our application, use memcached server for cache store, use transactional annotation to...
Type: Posts; User: raise; Keyword(s):
Hi All:
I come across a strange problem those days. I use spring cache annotation to enable data cache in our application, use memcached server for cache store, use transactional annotation to...
thanks, i resolved it yesterday with heartbeat setting.
Hi guys :
I just come across a strange problem :
I deploy two consumer application , and use work and rpc pattern for sync call, when the consumer application startup , they both work...
Hi guys:
I was trying to develop an application act as a service proxy those days , and here is my configration:
<si:channel id="request" />
<si:channel id="reply" />
...